124 lines
6.1 KiB
HTML
124 lines
6.1 KiB
HTML
<!-- Common Lisp HyperSpec (TM), version 7.0 -->
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>CLHS: Selected Highlights</TITLE>
|
|
<LINK HREF="../Data/clhs.css" REL="stylesheet" TYPE="text/css" />
|
|
<META HTTP-EQUIV="Author" CONTENT="Kent M. Pitman">
|
|
<META HTTP-EQUIV="Organization" CONTENT="LispWorks Ltd.">
|
|
<LINK REL=TOP HREF="../Front/index.htm">
|
|
<LINK REL=COPYRIGHT HREF="../Front/Help.htm#Legal">
|
|
<LINK REL=DISCLAIMER HREF="../Front/Help.htm#Disclaimer">
|
|
<LINK REL=PREV HREF="../Front/StartPts.htm">
|
|
<LINK REL=UP HREF="../Front/index.htm">
|
|
<LINK REL=NEXT HREF="../Front/StartPts.htm">
|
|
</HEAD>
|
|
<BODY>
|
|
<H1><A REV=MADE HREF="http://www.lispworks.com/"><IMG WIDTH=80 HEIGHT=65 ALT="[LISPWORKS]" SRC="../Graphics/LWSmall.gif" ALIGN=Bottom></A><A REL=TOP HREF="../Front/index.htm"><IMG WIDTH=237 HEIGHT=65 ALT="[Common Lisp HyperSpec (TM)]" SRC="../Graphics/CLHS_Sm.gif" ALIGN=Bottom></A> <A REL=PREV HREF="../Front/StartPts.htm"><IMG WIDTH=40 HEIGHT=40 ALT="[Previous]" SRC="../Graphics/Prev.gif" ALIGN=Bottom></A><A REL=UP HREF="../Front/index.htm"><IMG WIDTH=40 HEIGHT=40 ALT="[Up]" SRC="../Graphics/Up.gif" ALIGN=Bottom></A><A REL=NEXT HREF="../Front/StartPts.htm"><IMG WIDTH=40 HEIGHT=40 ALT="[Next]" SRC="../Graphics/Next.gif" ALIGN=Bottom></A></H1>
|
|
|
|
<H2>Selected Highlights</H2>
|
|
|
|
Here are some selected points of interest within the document.
|
|
This is <I>not</I> a complete table of contents and in fact does not
|
|
even follow the chapter structuring; if you want to follow the normal chapter
|
|
arrangement, use the <A REL=TOC HREF="../Front/Contents.htm">chapter index</A>.<P>
|
|
|
|
<UL>
|
|
<LI><A HREF="../Body/01_d.htm">Definitions of Notation</A>
|
|
<UL>
|
|
<LI><A HREF="../Body/01_da.htm">Notational Conventions</A>
|
|
<LI><A HREF="../Body/01_dd.htm">Interpreting Dictionary Entries</A>
|
|
<LI><A HREF="../Body/01_dc.htm">Sections Not Formally Part Of This Standard</A>
|
|
</UL>
|
|
<LI>Terminology
|
|
<UL>
|
|
<LI><A REL=GLOSSARY HREF="../Body/26_a.htm">Glossary</A>
|
|
<LI><A HREF="../Body/01_db.htm">Error Terminology</A>
|
|
|
|
<LI><A HREF="../Body/03_ba.htm">Compiler Terminology</A>
|
|
</UL>
|
|
<LI>Conformance Criteria
|
|
<UL>
|
|
<LI><A HREF="../Body/01_e.htm">Conformance</A>
|
|
<LI><A HREF="../Body/01_f.htm">Language Extensions</A>
|
|
<LI><A HREF="../Body/01_g.htm">Language Subsets</A>
|
|
<LI><A HREF="../Body/01_h.htm">Deprecated Language Features</A>
|
|
</UL>
|
|
<LI>Defined Names
|
|
<UL>
|
|
<LI><A HREF="../Body/01_i.htm">Symbols in COMMON-LISP package</A>
|
|
<LI><A HREF="../Body/04_bc.htm">Defined Types</A>
|
|
</UL>
|
|
<LI><A HREF="../Body/02_.htm">Read/Print Syntax</A>
|
|
<UL>
|
|
<LI><A HREF="../Body/02_d.htm">Standard Macro Characters</A>
|
|
<LI><A HREF="../Body/02_dh.htm">Sharpsign Macro Characters</A>
|
|
<LI><A HREF="../Body/22_ac.htm">Default Print-Object Methods</A>
|
|
</UL>
|
|
<LI><A HREF="../Body/03_.htm">Evaluation and Compilation</A>
|
|
<UL>
|
|
<LI><A HREF="../Body/03_a.htm">Evaluation</A>
|
|
<LI><A HREF="../Body/03_b.htm">Compilation</A>
|
|
<UL>
|
|
<LI><A HREF="../Body/03_bb.htm">Compilation Semantics</A>
|
|
<LI><A HREF="../Body/03_bc.htm">File Compilation</A>
|
|
<LI><A HREF="../Body/03_bd.htm">Literal Objects in Compiled Files</A>
|
|
</UL>
|
|
<LI><A HREF="../Body/03_c.htm">Declarations</A>
|
|
<LI><A HREF="../Body/03_d.htm">Lambda Lists</A>
|
|
</UL>
|
|
<LI>Types
|
|
<UL>
|
|
<LI><A HREF="../Body/07_.htm">Objects</A>
|
|
<UL>
|
|
<LI><A HREF="../Body/08_.htm">Structures</A>
|
|
<LI><A HREF="../Body/09_.htm">Conditions</A>
|
|
</UL>
|
|
<LI><A HREF="../Body/10_.htm">Symbols</A> and
|
|
<A HREF="../Body/11_.htm">Packages</A>
|
|
<LI><A HREF="../Body/12_.htm">Numbers</A>
|
|
<LI><A HREF="../Body/13_.htm">Characters</A>
|
|
and <A HREF="../Body/16_.htm">Strings</A>
|
|
<LI><A HREF="../Body/14_.htm">Conses and Lists</A>
|
|
<LI><A HREF="../Body/15_.htm">Arrays</A> and
|
|
<A HREF="../Body/17_.htm">Sequences</A>
|
|
<LI><A HREF="../Body/18_.htm">Hash Tables</A>
|
|
</UL>
|
|
<LI><A HREF="../Body/23_.htm">Input</A> and
|
|
<A HREF="../Body/22_.htm">Output</A>
|
|
<UL>
|
|
<LI><A HREF="../Body/20_.htm">Files</A>
|
|
<UL>
|
|
<LI><A HREF="../Body/19_.htm">Filenames</A>
|
|
<LI><A HREF="../Body/21_.htm">Streams</A>
|
|
</UL>
|
|
<LI><A HREF="../Body/23_a.htm">Reader</A>
|
|
<LI><A HREF="../Body/22_a.htm">Printer</A>
|
|
<LI><A HREF="../Body/22_b.htm">Pretty Printer</A>
|
|
<LI><A HREF="../Body/22_c.htm">Formatted Output</A>
|
|
</UL>
|
|
<LI><A HREF="../Body/25_.htm">Programming Environment</A>
|
|
<UL>
|
|
<LI><A HREF="../Body/25_aa.htm">Top level loop</A>
|
|
<LI><A HREF="../Body/25_ab.htm">Debugging Utilities</A>
|
|
<LI><A HREF="../Body/25_ac.htm">Environment Inquiry</A>
|
|
</UL>
|
|
<LI>Background
|
|
<UL>
|
|
<LI><A HREF="../Body/01_aa.htm">Scope and Purpose</A>
|
|
<LI><A HREF="../Body/01_ab.htm">History</A>
|
|
<LI><A HREF="../Body/00_.htm">Credits</A> (flat text version)
|
|
<LI><A REL=COPYRIGHT HREF="../Front/Help.htm#Legal">Credits</A> (hypertext version)
|
|
<LI><A REL=BIBLIOGRAPHY HREF="../Body/01_c.htm">Referenced Publications</A>
|
|
</UL>
|
|
</UL>
|
|
|
|
In addition to the specification itself, this document is cross-referenced with the <A REL=META HREF="../Front/X3J13Iss.htm">X3J13 design documents</A> used to produce it.
|
|
|
|
<HR>
|
|
|
|
<A REL=TOP HREF="../Front/index.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Starting Points]" SRC="../Graphics/StartPts.gif" ALIGN=Bottom></A><A REL=TOC HREF="../Front/Contents.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Contents]" SRC="../Graphics/Contents.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../Front/X_Master.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Index]" SRC="../Graphics/Index.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../Front/X_Symbol.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Symbols]" SRC="../Graphics/Symbols.gif" ALIGN=Bottom></A><A REL=GLOSSARY HREF="../Body/26_a.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Glossary]" SRC="../Graphics/Glossary.gif" ALIGN=Bottom></A><A HREF="../Issues/I_Categ.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Issues]" SRC="../Graphics/Issues.gif" ALIGN=Bottom></A><BR>
|
|
|
|
<A REL=COPYRIGHT HREF="../Front/Help.htm#Legal"><I>Copyright 1996-2005, LispWorks Ltd. All Rights Reserved.</I></A><P>
|
|
|
|
</BODY>
|
|
</HTML>
|