[PATCHES] Use a better SRFI-64 implementation.

2021-05-10 Thread Taylan Kammer
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

[PATCH] Improve support for R6/R7 SRFI module name formats.

2021-05-10 Thread Taylan Kammer
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)

Re: GNU Guile 3.0.7 released

2021-05-10 Thread Jérémy Korwin-Zmijowski
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é.

GNU Guile 3.0.7 released

2021-05-10 Thread Andy Wingo
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