* srfi-55 support added
@ 2005-02-12 6:32 Rob Browning
0 siblings, 0 replies; only message in thread
From: Rob Browning @ 2005-02-12 6:32 UTC (permalink / raw)
The development tree now supports a quick implementation of SRFI-55
(require-extension) in boot-9.scm. See
http://srfi.schemers.org/srfi-55/srfi-55.html.
require-extension is available without loading any modules, and so it
provides a portable way to load SRFIs, i.e. (require-extension (srfi 1
13)).
Note that the current implementation expands into a suitable set of
use-modules statements, and so it can only be called from the
top-level. The SRFI specification seems somewhat vague on the point,
and so it's not entirely clear if such a restriction is or isn't OK.
Simple tests are in test-suite/standalone/test-require-extension.
I also just realized that I forgot to add appropriate info
documentation. I'll try to make some time to do that, but if anyone
else is motivated, go right ahead.
Thanks
--
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-12 6:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-12 6:32 srfi-55 support added Rob Browning
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).