DrScheme 101
Date of last revision: 3/25/2000
DrScheme is a graphical development environment for the Scheme programming language.
DrScheme help index:
Availability
DrScheme runs on HP Unix workstations.
Preparation
DrScheme uses standard setup scripts. The application name is
"scheme" and this version is "drscheme-101" (See
"helpme setup" for instructions.)
Running
Several commands are available:
- drscheme
- PLT's main Scheme development environment
- drscheme-jr
- A simple text-based DrScheme
- mred
- a Scheme GUI engine
- mzscheme
- a text-based Scheme interpreter
- mzc
- the MzScheme compiler
Printing/Plotting
Printouts from DrScheme are automatically sent to the default system printer. If you need to use a different printer, print to a file and then print the file to the desired printer.
Other Information Resources
Other Topics of Interest