README 409 B

12345678910111213
  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. The non-module files are:
  5. boot-9.scm -- loaded on guile startup
  6. implements module system + lots of other stuff
  7. arrays.scm -- loaded by boot-9.scm
  8. networking.scm -- loaded by boot-9.scm
  9. posix.scm -- loaded by boot-9.scm
  10. r4rs.scm -- loaded by boot-9.scm