How to create and run Scheme programs

DrScheme

DrScheme is a user-friendly environment for creating and running Scheme programs. DrScheme supports the Beginner, Intermediate, Advanced, MzScheme, and MrEd dialects of Scheme.

DrScheme's default language is Beginner Scheme. To change the language, select the Set Language... item in the Language menu.

On this machine, DrScheme is .

For more information, see How to use DrScheme.

MzScheme and MrEd

The MzScheme and MrEd executables run programs written in the MzScheme and MrEd languages, respectively.

Create a MzScheme or MrEd program using the DrScheme development environment. Then, use the MzScheme or MrEd executable to run the program in its deployed setting.

On this machine, MzScheme is , and MrEd is .

For more information, see and .

mzc

The mzc executable compiles MzScheme and MrEd programs to native code using a C compiler (which your system must provide). The resulting native code can be loaded into MrEd or MzScheme. The mzc compiler provides limited support for building standalone executables from Scheme code.

On this machine, mzc is .

For more information, see .