7.3 Packages

7.3.1 Built-in packages

The use list of a package is a list of the packages that are used by that package; the used-by list is a list of the packages that use that package. By default, the use list in Liquid Common Lisp contains thelisp package and theliquid-common-lisp package. The following packages are defined:

In accordance with the ANSI Common Lisp standard, the packagescommon-lisp (nicknamecl) andcommon-lisp-user (nicknamecl-user) are available as a loadable module,ansi-packages.xbin (see Section 2.1.4 of The User's Guide for the binary file extension for your platform). When the module is loaded, the package structure is as described in Chapter 11 of CLtL2.

The Common Lisp functionsdo-all-symbols,find-all-symbols, andapropos exclude any package that is on the list that is bound to the global variable*all-symbols-exclusions*; initially, theliquid package is on this list.


The Advanced User's Guide - 9 SEP 1996

Generated with Harlequin WebMaker