Next: , Previous: , Up: scheme   [Index]


3.8 Top–level programs

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.