Next: Compiling Programs, Previous: Running Scheme, Up: Top [Contents][Index]
This chapter describes how to use Scheme to evaluate expressions and load programs. It also describes how to save custom “world images”, and how to control the garbage collector. Subsequent chapters will describe how to use the compiler, and how to debug your programs.
• The Read-Eval-Print Loop: | ||
• Loading Files: | ||
• World Images: | ||
• Garbage Collection: |