Next: scheme syntax, Previous: scheme library, Up: scheme [Index]
A “top–level program” specifies an entry point for defining and running a Scheme program. A top–level program specifies a set of libraries to import and code to run. Through the imported libraries, whether directly or through the transitive closure of importing, a top–level program defines a complete Scheme program.
| • scheme programs syntax: | Top-level program syntax. | |
| • scheme programs semantics: | Top-level program semantics. |