Re: Scheme in the browser: A Hoot of a tale

2023-10-11 Thread Christine Lemmer-Webber
Zelphir Kaltstahl writes: > Hello Christine, Hello Zelphir! > I saw a post earlier on Mastodon and already opened it in my > browser. Haven't got the time to really look at it yet. > > What is a Wireworld canvas? Is that a specific library, that interacts > with canvas in the browser? Ah! Wir

Re: Scheme in the browser: A Hoot of a tale

2023-10-11 Thread Zelphir Kaltstahl
On 10/11/23 19:43, Christine Lemmer-Webber wrote: Friends, Guilers, Schemers, I am thrilled, pleased, et cetera to present you with the following: Guile Hoot can now compile real r7rs-small programs to code that runs in latest nightly browsers: https://spritely.institute/news/scheme-wireworld

Scheme in the browser: A Hoot of a tale

2023-10-11 Thread Christine Lemmer-Webber
Friends, Guilers, Schemers, I am thrilled, pleased, et cetera to present you with the following: Guile Hoot can now compile real r7rs-small programs to code that runs in latest nightly browsers: https://spritely.institute/news/scheme-wireworld-in-browser.html You can try it yourself easily usin

Re: Generating "independent" random numbers

2023-10-11 Thread Maxime Devos
Op 11-10-2023 om 01:04 schreef Keith Wright: Maxime Devos writes: Op 04-10-2023 om 18:14 schreef Keith Wright: From: Zelphir Kaltstahl my goal is normal distributed floats (leaving aside the finite nature of the computer and floats). The following is either provably correct up to roun

Re: difference with 'match' at REPL and in code

2023-10-11 Thread Damien Mattei
sorry there was something misformed in my toplevel test example, all is ok even at toplevel: (let ((l '(hello (world (match l ;; <- the input object (('hello (who)) ;; <- the pattern (define x 3) (+ 1 x On Wed, Oct 11, 2023 at 8:51 AM Damien Mattei wrote: > > i just for