]> git.donarmstrong.com Git - lilypond.git/blob - guile18/ice-9/README
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / guile18 / 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