1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-12-06 22:37:39 +00:00
parent d9c36d2a6f
commit a81d0de109

5
NEWS
View file

@ -121,6 +121,11 @@ form around the code performing the heavy computations (typically a
C code primitive), enabling the computations to run in parallel
while the scripting code runs single-threadedly.
** Support for SRFI 61, extended cond syntax for multiple valuesm has
been added.
This SRFI is always available.
** Support for require-extension, SRFI-55, has been added.
The SRFI-55 special form `require-extension' has been added. It is