summaryrefslogtreecommitdiff
path: root/ice-9/README
blob: f659b9ee797327834da1616f7f1876b6d606ddd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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