Re: [ANN] Guile Hoot 0.4.1 released!

2024-04-30 Thread Thompson, David
Hi Vivien, On Tue, Apr 30, 2024 at 12:06 PM Vivien Kraus wrote: > > Le mardi 30 avril 2024 à 11:40 -0400, Thompson, David a écrit : > > * Initial support for Guile's define-module syntax. Currently limited > > to #:pure modules as Hoot does not yet provide the (guile) module > > which is implicit

Re: [ANN] Guile Hoot 0.4.1 released!

2024-04-30 Thread Vivien Kraus
Hello! Le mardi 30 avril 2024 à 11:40 -0400, Thompson, David a écrit : > * Initial support for Guile's define-module syntax. Currently limited > to #:pure modules as Hoot does not yet provide the (guile) module > which is implicitly imported by impure modules. Could you briefly explain how we can

[ANN] Guile Hoot 0.4.1 released!

2024-04-30 Thread Thompson, David
Hey Guilers! On behalf of the Spritely Institute, I'm happy to announce that Guile Hoot 0.4.1 has been released! Hoot is a Scheme to WebAssembly compiler backend for Guile, which means you can now run Scheme in the browser for real, tail calls and all. The highlights of this release are: * Many