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

(SRFI-0): Add srfi-4, srfi-13 and srfi-14 now in the core.

This commit is contained in:
Kevin Ryde 2005-02-03 23:10:20 +00:00
parent d1736abf82
commit f38d22c538

View file

@ -119,10 +119,21 @@ available.
@end example
@end deffn
The Guile core provides features @code{guile}, @code{r5rs},
@code{srfi-0} and @code{srfi-6} initially. Other SRFI feature symbols
are defined once their code has been loaded with @code{use-modules},
since only then are their bindings available.
@noindent
The Guile core has the following features,
@example
guile
r5rs
srfi-0
srfi-4
srfi-6
srfi-13
srfi-14
@end example
Other SRFI feature symbols are defined once their code has been loaded
with @code{use-modules}, since only then are their bindings available.
The @samp{--use-srfi} command line option (@pxref{Invoking Guile}) is
a good way to load SRFIs to satisfy @code{cond-expand} when running a