|
ANSI Common Lisp 11 Packages 11.1 Package Concepts
11.1.2 Standardized Packages
This section describes the packages that are available
in every conforming implementation. A summary of the
names and nicknames of those standardized packages
is given in the next figure.
Standardized Package Names
Name |
Nicknames |
common-lisp |
cl |
common-lisp-user |
cl-user |
keyword |
none |
11.1.2.1 The COMMON-LISP Package
11.1.2.2 The COMMON-LISP-USER Package
11.1.2.3 The KEYWORD Package
11.1.2.4 Implementation-Defined Packages
|