
Materials in the course directory
These are various files and directories in account cs101,
in directory func.
-
dybvig - the source code for most of the Scheme programs
in the Dybvig book
-
sf - the source code for most of the Scheme programs
in the Springer and Friedman book
-
objects - files describing a method for writing
objects in Scheme and also information on a
project at UC Berkeley using this package.
-
pc-scheme - files for a version of Scheme that runs
on a PC under DOS.
-
techrep - the original Scheme paper which is a 1975
MIT report. It's in postscript form and can be viewed
using ghostscript.
- int - directory containing the Scheme interpreter
written in Scheme. Various versions and case files.