mit-scheme(1) | mit-scheme(1) |
mit-scheme — The MIT/GNU Scheme development environment
mit-scheme [OPTIONS]
MIT/GNU Scheme is an implementation of the Scheme programming language, providing an interpreter, compiler, source-code debugger, integrated Emacs-like editor, and a large runtime library. MIT/GNU Scheme is best suited to programming large applications with a rapid development cycle.
These are some of the more common command-line options. For full information about available options, see the Texinfo documentation. Additional options may also be supported by the band. Use the --help option (last) to see descriptions of all available command-line options.
MIT/GNU Scheme refers to a large number of environment variables. See the Texinfo documentation for details.
To use the evaluator in a command-line interface, type:
mit-scheme
To start the editor and use it as a front-end to the evaluator, type:
mit-scheme --edit
The MIT/GNU Scheme Team <bug-mit-scheme@gnu.org>
The full documentation for MIT/GNU Scheme is maintained as a set of Texinfo manuals. If the info program is properly installed at your site, the command
should give you access to the complete user's manual. Programming information is located in the Info topics “MIT/GNU Scheme Ref” and “SOS”.
10.1.11 | MIT/GNU Scheme Team |