mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Initial revision
This commit is contained in:
parent
60850aed09
commit
9eee1d6c15
1 changed files with 12 additions and 0 deletions
12
ice-9/README
Normal file
12
ice-9/README
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue