1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 09:40:25 +02:00

Mention SRFI-4.

This commit is contained in:
Martin Grabmüller 2001-06-28 16:40:38 +00:00
parent 2c4df45186
commit b74a7ec8bf

2
NEWS
View file

@ -47,6 +47,8 @@ using a module.
(srfi srfi-2) exports and-let*.
(srfi srfi-4) implements homogeneous numeric vector datatypes.
(srfi srfi-6) is a dummy module for now, since guile already provides
all of the srfi-6 procedures by default: open-input-string,
open-output-string, get-output-string.