Guile examples directory and box examples

2023-06-10 Thread Mike Gran
Hello Guile- It has been a long time since I noticed the existence of the examples directory in the Guile source.  Looking at it, I wonder if it is worth keeping. Aside from typo and copyright fixes, it has been unmodified since the (web http) example from 2011. The box examples do not really de

Re: [PATCH] add SRFI-119 / language/wisp to Guile? (new patch, squashed)

2023-06-10 Thread Ludovic Courtès
Hi! "Dr. Arne Babenhauserheide" skribis: >>> Ludovic Courtès writes: [...] >> Given the complexities in changing the way languages are handled (the >> required discussions, as we’ve seen in the not yet resolved discussion), >> would you be OK with keeping the question about adding support for

Re: Functional datatypes in Guile

2023-06-10 Thread Ludovic Courtès
Hello, pukkamustard skribis: > I've been using SRFI-146 > (https://srfi.schemers.org/srfi-146/srfi-146.html) for functional > mappings. There's a Guile port: > https://inqlab.net/git/guile-srfi-146.git/ (also in Guix - > guile-srfi-146). I’m late to the party, but I think it’d be nice to integr

Re: Functional datatypes in Guile

2023-06-10 Thread Dr. Arne Babenhauserheide
Ludovic Courtès writes: > pukkamustard skribis: > >> I've been using SRFI-146 >> (https://srfi.schemers.org/srfi-146/srfi-146.html) for functional >> mappings. There's a Guile port: >> https://inqlab.net/git/guile-srfi-146.git/ (also in Guix - >> guile-srfi-146). > > I’m late to the party, but