Hi Guile devs,
I've noticed there have been a couple bug reports about SRFI-64
recently. Guile uses the reference implementation of SRFI-64 which has
really terrible readability, doesn't conform to its own standard, and
was revealed to have a number of bugs over the years.
I've attached two patc
Hi Guile devs,
This patch improves Guile's support for SRFI module names in the R6RS
and R7RS formats, i.e. (srfi :n) and (srfi n).
Copying from the commit message:
It was already possible to import an SRFI module by referencing it
as (srfi :n) which is automatically translated to (srfi srfi-n)
Yay!
Thank you all for your work !
Jérémy
--
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma
brièveté.
We are humbled to announce GNU Guile release 3.0.7, the latest in the
3.0 stable release series.
This is a fix-up release. Compared to Guile 3.0.6, Guile 3.0.7 fixes a
number of bugs, many of which were introduced in the 3.0 series.
Compared to the previous stable series (2.2.x), Guile 3.0 adds