mit-scheme(1)
NAME
MIT/GNU Scheme - Scheme development environment
SYNOPSIS
mit-scheme [OPTIONS] bchscheme [OPTIONS]
DESCRIPTION
Arraymit-scheme program uses a standard two-space copying garbage collector. This optimizes performance but uses a lot of memory.
The bchscheme program uses a special two-space copying garbage
collector with one heap in memory and the other on the disk.
This makes garbage collection slower but uses less memory.
OPTIONS
- Array--load FILENAME...
- Load the specified files after starting Scheme.
- --option-summary
- Print a summary of the command-line options, in
- cluding default values.
FILES
/usr/lib/mit-scheme
ENVIRONMENT VARIABLES
- MIT/GNU Scheme refers to a large number of environment
- variables. See the Texinfo documentation for details.
EXAMPLES
To use the interpreter without any frills, type:
mit-scheme
To also load the compiler, type:
mit-scheme --compiler
To load the compiler and editor, type:
mit-scheme --compiler --edwin --edit
AUTHORS
MIT/GNU Scheme Team <bug-mit-scheme@gnu.org>
SEE ALSO
ArrayScheme Ref" and "SOS". Usage of the IMAIL mail reader is located
in the "IMAIL" topic.
MIT/GNU Scheme Team 7.7.90