Merge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66' into vm-check
[bpt/guile.git] / module / ice-9 / README
1 This directory contains various bits of Guile Scheme code.
2 Most of these are packaged as modules, with foo.scm implementing
3 the module `(ice-9 foo)'.
4
5 The non-module files are:
6
7 boot-9.scm -- loaded on guile startup
8 implements module system + lots of other stuff
9 arrays.scm -- loaded by boot-9.scm
10 networking.scm -- loaded by boot-9.scm
11 posix.scm -- loaded by boot-9.scm
12 r4rs.scm -- loaded by boot-9.scm