~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to ice-9/README

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2006-11-09 03:11:16 UTC
  • Revision ID: james.westby@ubuntu.com-20061109031116-hu0q1jxqg12y6yeg
Tags: upstream-1.8.1+1
ImportĀ upstreamĀ versionĀ 1.8.1+1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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