mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
Moved ice-9/ and oop/ under module/, with the idea being that we have only scheme under module/. Adjusted configure.in and Makefile.am appropriately. Put oop/ at the end of the compilation order.
12 lines
409 B
Text
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
|