The following additional packages exist:
Implementation-Defined Packages
EXPORT
s all CLOS-specific symbols, including some
additional symbols.
EXPORT
ed symbols. It defines many system internals.
EXT:RE-EXPORT
s
all the external symbols in all CLISP extensions, so a simple
(USE-PACKAGE
"EXT")
is enough to
make all the extensions available in the current package.
This package uses packages (in addition to “COMMON-LISP”):
“POSIX”, “SOCKET”, “GSTREAM”, “GRAY”,
“I18N”, “CUSTOM”.EXPORT
s some character sets, for use with
EXT:MAKE-ENCODING
and as :EXTERNAL-FORMAT
argument.
:CASE-SENSITIVE
versions of “COMMON-LISP” and “COMMON-LISP-USER”.
See Section 11.5, “Package Case-Sensitivity”.All pre-existing packages except “COMMON-LISP-USER” belong to the implementation, in the sense that the programs that do not follow [sec_11-1-2-1-2] (“Constraints on the ‘COMMON-LISP’ Package for Conforming Programs”) cause undefined behavior.
These notes document CLISP version 2.49 | Last modified: 2010-07-07 |