Priority: optional
Section/category: contrib/doc
Installed size: 92
Maintainer(s): Debian Common Lisp Team
Architecture (arch): all
Source:
Version in APT: 1.0.26
Provides:
Depends: debconf (>= 0.5) | debconf-2.0, wget
Pre-depends:
Recommends:
Filename: pool/contrib/c/cltl/cltl_1.0.26_all.deb
Filesize: 92
MD5 Hash: 49b6d1731b8bfc5d588197d4519783d3
Description: Common Lisp the Language, second edition, book (Pre-ANSI)
This package installs the HTML version of Guy L. Steele book Common
Lisp the Language, second edition. This book describes a snapshot of
the Common Lisp language during the period that the ANSI Common
Lisp standard was created. Thus, this book describe a NON-STANDARD
version of Common Lisp which is similar to, but is *NOT*, ANSI
Common Lisp.
.
For reference on ANSI Common Lisp, use the Debian package
"hyperspec". This book is included in Debian because, while it does
differ from the ANSI standard, it has more details than the "hyperspec"
about the design and usage of Lisp.
.
This package does not contain the actual HTML files, but rather
downloads the HTML archive from the Internet and then installs it.
Tag: devel::lang:lisp, implemented-in::lisp
1. Star Sapphire Common LISP Reference Manual--U
LISP: UNEXPORT. C: Unexport. min args: 1. max args: 2 [F][CLTL] SYNOPSIS: unexport symbols &optional package. DESCRIPTION: The argument should be a list of symbols, or possible ...
http://www.webweasel.com/lisp/doc/u.htm
2. Star Sapphire Common LISP Reference Manual--P
LISP: *PACKAGE* [V][CLTL 11] SYNOPSIS: *package* DESCRIPTION: The value of this variable must be a package; this package is said to be the current package.
http://www.webweasel.com/lisp/doc/p.htm
3. 11. Packages
11. Packages. One problem with earlier Lisp systems is the use of a single name space for all symbols. In large Lisp systems, with modules written by many different programmers ...
http://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node111.html