1 Welcome to PLT Scheme
2 Scheme Essentials
3 Built-In Datatypes
4 Expressions and Definitions
5 Programmer-Defined Datatypes
6 Modules
7 Contracts
8 Input and Output
9 Regular Expressions
10 Exceptions and Control
11 Iterations and Comprehensions
12 Pattern Matching
13 Classes and Objects
14 Units (Components)
15 Reflection and Dynamic Evaluation
16 Macros
17 Performance
18 Running and Creating Executables
19 Compilation and Configuration
20 More Libraries
Bibliography
Index
Version: 4.0.2

 

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