67 lines
No EOL
5 KiB
HTML
67 lines
No EOL
5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: CLtL2</title>
|
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
|
href="https://www.cliki.net/site/feed/article.atom?title=CLtL2">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - CLtL2</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">CLtL2</div><div id="article">"Common Lisp the Language, 2nd ed" is a <a href="book.html" class="category">book</a> by Guy Steele that describes the state of <a href="Common Lisp.html" class="internal">Common Lisp</a> as it was partway through the <a href="ANSI.html" class="internal">ANSI</a> process.<p>Before there was an <a href="ANSI.html" class="internal">ANSI</a> standard for <a href="Common Lisp.html" class="internal">Common Lisp</a>, there was "Common Lisp: the Language." This book, also known as CLtL1, described the state of the consensus on <a href="Common Lisp.html" class="internal">Common Lisp</a>, circa 1984.<p>During the <a href="ANSI.html" class="internal">ANSI</a> standardization process, Steele published a second edition (often called CLtL2). This book contains the complete contents of the first edition, plus material on <a href="CLOS.html" class="internal">CLOS</a>, conditions, pretty printing and iteration facilities.<p>The book does not correspond exactly with the <a href="ANSI.html" class="internal">ANSI</a> standard: some details are different; some things from the standard are missing; and some things from CLtL2 are not in the final <a href="ANSI.html" class="internal">ANSI</a> standard. Programmers should therefore be wary of using it as a reference. Nonetheless, the book is easier to read than the formal <a href="ANSI.html" class="internal">ANSI</a> specification, and has additional commentary and material. Recommended, but don't treat it as canon.<p>See also:
|
|
<ul>
|
|
<li>
|
|
<a href="http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/cltl/cltl2.html">http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/cltl/cltl2.html</a>
|
|
</li>
|
|
<li>Mirror of the previous link: <a href="https://web.archive.org/web/20190214022920/http://www-prod-gif.supelec.fr/docs/cltl/cltl2.html">http://www-prod-gif.supelec.fr/docs/cltl/cltl2.html</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://web.archive.org/web/20130807175341/http://bc.tech.coop/cltl2-ansi.htm">Differences between CLTL2 and the ANSI standard</a>
|
|
</li>
|
|
<li>Past discussion thread: <a href="https://cl-pdx.com/comp.lang.lisp/2008/apr/242427.html">CLtL2 copyright question</a>
|
|
</li>
|
|
<li>CLtL2 is available in <a href="Debian.html" class="internal">Debian</a> as package <a href="https://packages.debian.org/unstable/devel/cltl"><tt>cltl</tt></a>.
|
|
</li>
|
|
</ul>
|
|
<hr>
|
|
<a href="Debian package.html" class="category">Debian package</a></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="CLtL2.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=CLtL2">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=CLtL2">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=CLtL2&from-revision=3849479550">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
|
</div>
|
|
<div id="header-buttons" class="buttonbar">
|
|
<ul>
|
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
|
<li><a href="CLiki.html">About</a></li>
|
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
|
</ul>
|
|
<div id="search">
|
|
<form action="https://www.cliki.net/site/search">
|
|
<label for="search_query" class="hidden">Search CLiki</label>
|
|
<input type="text" name="query" id="search_query" value="" />
|
|
<input type="submit" value="search" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pageheader">
|
|
<div id="header">
|
|
<span id="logo">CLiki</span>
|
|
<span id="slogan">the common lisp wiki</span>
|
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
|
<label for="login_name" class="hidden">Account name</label>
|
|
<input type="text" name="name" id="login_name" class="login_input" />
|
|
<label for= "login_password" class="hidden">Password</label>
|
|
<input type="password" name="password" id="login_password" class="login_input" />
|
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body></html> |