From bil at ccrma.Stanford.EDU Sun Jan 1 10:20:53 2023 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Sun, 01 Jan 2023 10:20:53 -0800 Subject: [CM] Snd 23.0 Message-ID: Snd 23.0: In Snd, drag and drop can handle "percent-encoded" file names, thanks to Tito Latini. In clm, Orm Finnendahl got Juan Pampin's ATS system running: https://github.com/ormf/cl-ats. In s7: reverted s7.h to previous version; use tools/s7.def instead. checked: Ubuntu 22.10 (gcc 12.2.0), sbcl 2.2.11|2.3.0 Thanks!: Rudolf Adamkovic, Tito Latini, Iohannes zmoelnig, jingkaimori From jingkaimori at gmail.com Mon Jan 9 18:38:26 2023 From: jingkaimori at gmail.com (jingkaimori) Date: Tue, 10 Jan 2023 10:38:26 +0800 Subject: [CM] Use ICU4C to support Unicode character case-mapping. Message-ID: Hi all, I have forked s7 and works on unicode string. S7 hard-coded case mapping for ASCII, and load them during startup. It's impossible to use this method for unicode characters, because unicode alphabets is too large to be coded in source file or loaded during startup. So use 3rd library such as ICU4C to convert case and handle utf encode may be necessary. Are these modification containing 3rd library port welcomed to snd project? Or a fork is necessary? From bil at ccrma.Stanford.EDU Tue Jan 10 06:24:15 2023 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Tue, 10 Jan 2023 06:24:15 -0800 Subject: [CM] Use ICU4C to support Unicode character case-mapping. In-Reply-To: References: Message-ID: > Are these modification containing 3rd library port welcomed to snd > project? I don't know in advance -- I need to see the proposed changes. Thanks very much for looking into this. From j_hearon at hotmail.com Tue Jan 10 09:37:35 2023 From: j_hearon at hotmail.com (James Hearon) Date: Tue, 10 Jan 2023 17:37:35 +0000 Subject: [CM] loading libc_s7.so Message-ID: Hi, I upgraded to f37, Snd23 but I've lost track of what I am supposed to do for the hung loading libc_s7.so problem. > ./snd loading libc_s7.so ... Could someone kindly remind me what makes this load again? Thank you, Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: From bil at ccrma.Stanford.EDU Tue Jan 10 10:20:56 2023 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Tue, 10 Jan 2023 10:20:56 -0800 Subject: [CM] =?utf-8?q?loading_libc=5Fs7=2Eso?= In-Reply-To: References: Message-ID: <27ae8e3383a47d071c5b94c0e5955580@ccrma.stanford.edu> This is probably the "pipewire problem"; apparently the issue (at pipewire) was closed and labelled that it was no longer a problem -- someone at pipewire is embarrassed about unfixed bugs, I guess. The cmdist archives for early September has: The workaround for the pipewire problem in Snd (or repl.scm in s7) is to (define stderr-buffered #t) in your Snd init file, or if you're not using one, put that line at the top of repl.scm. From j_hearon at hotmail.com Wed Jan 11 09:14:29 2023 From: j_hearon at hotmail.com (James Hearon) Date: Wed, 11 Jan 2023 17:14:29 +0000 Subject: [CM] loading libc_s7.so Message-ID: Ah yes. Adding (define stderr-buffered #t) in repl.scm, was what I was missing. I'll make a note this time so's not to forget. My searches couldn't seem to come up with that important bit of info for upgrades. Regards, Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jonte_Ost at live.com Sun Jan 22 21:43:09 2023 From: Jonte_Ost at live.com (=?iso-8859-1?Q?Jonathan_=D6sterberg?=) Date: Mon, 23 Jan 2023 05:43:09 +0000 Subject: [CM] S7 without setjmp.h Message-ID: Hi all! Inspired by the Reddit thread linked below, I tried compiling the s7 scheme interpreter to target the wasm3 interpreter. However, as s7 depends on "setjmp.h" this seems not possible as wasm3 does not support "setjmp.h". I wonder if anyone knows of a workaround for this or would be interested to help out to find a solution for it? Best regards, Jonathan https://www.reddit.com/r/lisp/comments/ll4wb4/wasm_and_lisp/ [https://www.bing.com/th?id=OVF.m9MJUJbSOvJfA3VvyBO6WA&pid=Api] WASM and Lisp 20 votes and 18 comments so far on Reddit www.reddit.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From wdouglass at carnegierobotics.com Mon Jan 23 05:59:45 2023 From: wdouglass at carnegierobotics.com (Woody Douglass) Date: Mon, 23 Jan 2023 13:59:45 +0000 Subject: [CM] Possible Spam (5.393): S7 without setjmp.h In-Reply-To: References: Message-ID: <802c0c6280d64d59a6d328faa2d8a66847e78d9a.camel@carnegierobotics.com> Jonathan, Christos Vegias has a version of s7 that runs on wasm -- his repo is at https://github.com/actonDev/s7-playground I'm not sure how he got around the setjmp.h issue, but his s7 implementation works! i would start looking there. -Woody On Mon, 2023-01-23 at 05:43 +0000, Jonathan ?sterberg wrote: Hi all! Inspired by the Reddit thread linked below, I tried compiling the s7 scheme interpreter to target the wasm3 interpreter. However, as s7 depends on "setjmp.h" this seems not possible as wasm3 does not support "setjmp.h". I wonder if anyone knows of a workaround for this or would be interested to help out to find a solution for it? Best regards, Jonathan https://www.reddit.com/r/lisp/comments/ll4wb4/wasm_and_lisp/ [https://www.bing.com/th?id=OVF.m9MJUJbSOvJfA3VvyBO6WA&pid=Api] WASM and Lisp 20 votes and 18 comments so far on Reddit www.reddit.com _______________________________________________ Cmdist mailing list Cmdist at ccrma.stanford.edu https://cm-mail.stanford.edu/mailman/listinfo/cmdist -------------- next part -------------- An HTML attachment was scrubbed... URL: