NextPrevUpTopContentsIndex

15.2.1 DEFSYSTEM syntax

defsystem

Macro

defsystem system-name options &key members rules

system-name

A symbol used as the name of the system. If a string is given, it is interned in the current package.

options

Any of a number of options that can be specified.

members

The members of the system. These may be files of Common Lisp source code, foreign source code, or other systems.

rules

A set of rules describing the requirements for and order in which compilation and loading of the system members should take place.

See the following sections for more information about these parameters.


LispWorks User Guide - 8 Apr 2005

NextPrevUpTopContentsIndex