a Scheme Language Interpreter
Scm is an interactive Scheme interpreter.
If ScmInit.scm exists in (getenv "HOME") directory then it is loaded;
otherwise, each arg is given to LOAD in the order specified. Scm then
evaluates and prints all expressions typed into it.
Here are some of scm's features:
Runs under Amiga, Atari-ST, MacOS, MS-DOS, OS/2, NOS/VE, VMS, Unix and
similar systems.
Conforms to Revised^4 Report on the Algorithmic Language Scheme and
the IEEE P1178 specification.