Common Lisp the Language: Difference between revisions

Content deleted Content added
m Per Wikipedia Style Manual: removed 7 redundant (and redirecting) links after 1st correct instance.
Yobot (talk | contribs)
m WP:CHECKWIKI error fixes + genfixes using AWB (7194)
Line 3:
== History ==
===Before standardization===
The first edition (Digital Press, 1984; ISBN 0-932376-41-X; 465 pages) served as the basis for the ANSI Common Lisp standard. It was written by [[Guy L. Steele, Jr.]], [[Scott E. Fahlman|Scott Fahlman]], [[Richard P. Gabriel]], [[David Moon|David A. Moon]], and [[Daniel Weinreb|Daniel L. Weinreb]].
 
===During standardization===
Line 9:
 
===After standardization===
The ANSI Common Lisp standard was published in 1994 and differs from the dialects described in ''[[Common Lisp the Language]]'' (1984) and ''[[Common Lisp the Language]], Second Edition'' (1990). Substantive additions and deletions were made between the time of the Second Edition and the final version of ANSI Common Lisp. Also, series and generators were discussed in appendix matter of the Second Edition but were not a part of any working draft nor the final version of ANSI Common Lisp.
 
Although ANSI Common Lisp and the dialects described by the two editions of ''[[Common Lisp the Language]]'' differ, the ANSI Common Lisp specification indirectly acknowledges the practical importance of ''[[Common Lisp the Language]]'' (first and second edition) by taking the effort to suggest keywords <code>:cltl1</code> and <code>:cltl2</code> for potential inclusion on the <code>*features*</code> list, allowing conditionals to be added to code that must interoperate between ANSI Common Lisp and those other dialects.
 
==See also==
Line 22:
*** [http://www.supelec.fr/docs/cltl/cltl2.html Mirror provided by supelec.fr]
 
{{DEFAULTSORT:Common Lisp The Language}}
 
[[Category:Common Lisp publications]]
 
 
{{compu-book-stub}}