next up previous
Next: Discussion Up: No Title Previous: Command processor support

Configuration packages

It is possible to set up multiple configuration packages. The default configuration package opens the following structures:

Note that it does not open scheme.

You can define other configuration packages by simply making a package that opens module-system and, optionally, built-in- structures, more- structures, or other structures that export structures and interfaces.

For example: =0pt=0pt=0pt =0pt[] > ,config (define-structure foo (export ) (open module-system built-in-structures more-structures)) > ,in foo foo> (define-structure x (export a b) (open scheme) (files x)) foo>



Margaret M Fleck
Tue Nov 5 21:13:16 CST 1996