guile/ice-9/README
Thien-Thi Nguyen 9eee1d6c15 Initial revision
2001-06-13 09:25:43 +00:00

12 lines
409 B
Text

This directory contains various bits of Guile Scheme code.
Most of these are packaged as modules, with foo.scm implementing
the module `(ice-9 foo)'.
The non-module files are:
boot-9.scm -- loaded on guile startup
implements module system + lots of other stuff
arrays.scm -- loaded by boot-9.scm
networking.scm -- loaded by boot-9.scm
posix.scm -- loaded by boot-9.scm
r4rs.scm -- loaded by boot-9.scm