Version: 4.1

18 Running and Creating Executables

While developing programs, many PLT Scheme programmers use the DrScheme programming environment. To run a program without the development environment, use mzscheme (for console-based programs) or mred (for GUI program). This chapter mainly explains how to run mzscheme and mred.

    18.1 Running mzscheme and mred

      18.1.1 Interactive Mode

      18.1.2 Module Mode

      18.1.3 Load Mode

    18.2 Unix Scripts

    18.3 Creating Stand-Alone Executables