From: Matthew D Swank
Subject: slightly anotated html index of cltl2
Date: 
Message-ID: <pan.2005.11.02.16.59.50.547596@c.net>
Here is the index to the on-line version of Common Lisp the Language
annotated with the node titles so it is suitable for printing.  It's hand
generated (originally I didn't plan to do the whole thing), so there may
be errors.

I realize printing out cltl is a wash economically, but what started out
as a casual perusal of specific chapters ballooned until I ended up with
the whole thing in dead tree form.

The post a bit long for a group w/o alt.kinky.lisp.sex.binaries in the
title, but I don't have a web site.  My hope is that it will be useful to
the half-assed everywhere.  Of course, the more reasonable thing to do may
be to photocopy the original hard-cover index (which is a lot better than
the latex generated one if the print.google.com is any indication).

Matt

-- 
"You do not really understand something unless you can
 explain it to your grandmother." — Albert Einstein.

index.html
---------------------------------------------------
<HEAD>
<TITLE>Index</TITLE>
</HEAD>
<BODY>
<meta name="description" value="Index">
<meta name="keywords" value="clm">
<meta name="resource-type" value="document">
<meta name="distribution" value="global">
<P>
<b>Common Lisp the Language, 2nd Edition</b>
 <BR> <HR><A NAME=tex2html6308 HREF="node370.html"><IMG ALIGN=BOTTOM ALT="next" SRC="icons/next_motif.gif"></A> <A NAME=tex2html6306 HREF="clm.html"><IMG ALIGN=BOTTOM ALT="up" SRC="icons/up_motif.gif"></A> <A NAME=tex2html6300 HREF="node368.html"><IMG ALIGN=BOTTOM ALT="previous" SRC="icons/previous_motif.gif"></A> <A NAME=tex2html6310 HREF="node1.html"><IMG ALIGN=BOTTOM ALT="contents" SRC="icons/contents_motif.gif"></A>  <BR>
<B> Next:</B> <A NAME=tex2html6309 HREF="node370.html">   About this document </A>
<B>Up:</B> <A NAME=tex2html6307 HREF="clm.html">Common Lisp the Language</A>
<B> Previous:</B> <A NAME=tex2html6301 HREF="node368.html">References</A>
<HR> <P>
<P><H2><A NAME=SECTION003800000000000000000>Index</A></H2>
<p>
This index, which was compiled by Tom Bylander <a ·····················@ringer.cs.utsa.edu"><tt>&···········@ringer.cs.utsa.edu&gt;</tt></a>,
replaces the
<a href="node369.html">original minimal index</a> compiled from the
latex sources. We will eventually replace this page with a form-based
GLIMPSE index.
<p>

This index includes links for most Common Lisp functions (and other
entities) to the portion of the online Common Lisp manual where they
are defined. Since the index was automatically
generated from the online manual, some functions may not be included
in this index. Also, the links do not jump directly
to the function definitions; instead, they connect to the beginning of the
sections where they are defined.  Finally, please note that it is
sometimes useful to go the previous section or the beginning of the
chapter to get an introductory explanation (maybe even a simple
example) of what is going on.
<p>
<pre>
<a href="node125.html"><code>*</code></a> function, 12.4. Arithmetic Operations
<a href="node181.html"><code>*</code></a> variable, 20.2. The Top-Level Loop
<a href="node181.html"><code>**</code></a> variable, 20.2. The Top-Level Loop
<a href="node181.html"><code>***</code></a> variable, 20.2. The Top-Level Loop
<a href="node125.html"><code>+</code></a> function, 12.4. Arithmetic Operations
<a href="node181.html"><code>+</code></a> variable, 20.2. The Top-Level Loop
<a href="node181.html"><code>++</code></a> variable, 20.2. The Top-Level Loop
<a href="node181.html"><code>+++</code></a> variable, 20.2. The Top-Level Loop
<a href="node125.html"><code>-</code></a> function, 12.4. Arithmetic Operations
<a href="node181.html"><code>-</code></a> variable, 20.2. The Top-Level Loop
<a href="node125.html"><code>/</code></a> function, 12.4. Arithmetic Operations
<a href="node181.html"><code>/</code></a> variable, 20.2. The Top-Level Loop
<a href="node181.html"><code>//</code></a> variable, 20.2. The Top-Level Loop
<a href="node181.html"><code>///</code></a> variable, 20.2. The Top-Level Loop
<a href="node125.html"><code>1+</code></a> function, 12.4. Arithmetic Operations
<a href="node125.html"><code>1-</code></a> function, 12.4. Arithmetic Operations
<a href="node124.html">&lt;</a> function, 12.3. Comparisons on Numbers
<a href="node124.html">&lt;<code>=</code></a> function, 12.3. Comparisons on Numbers
<a href="node124.html"><code>=</code></a> function, 12.3. Comparisons on Numbers
<a href="node124.html">&gt;</a> function, 12.3. Comparisons on Numbers
<a href="node124.html">&gt;<code>=</code></a> function, 12.3. Comparisons on Numbers
<a href="node344.html"><code>abort</code></a> function, 29.4.10. Restart Functions
<a href="node128.html"><code>abs</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node153.html"><code>acons</code></a> function, 15.6. Association Lists
<a href="node128.html"><code>acos</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node128.html"><code>acosh</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node311.html"><code>add-method</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node152.html"><code>adjoin</code></a> function, 15.5. Using Lists as Sets
<a href="node163.html"><code>adjust-array</code></a> function, 17.6. Changing the Dimensions of an Array
<a href="node160.html"><code>adjustable-array-p</code></a> function, 17.3. Array Information
<a href="node137.html"><code>alpha-char-p</code></a> function, 13.2. Predicates on Characters
<a href="node137.html"><code>alphanumericp</code></a> function, 13.2. Predicates on Characters
<a href="node355.html"><code>alter</code></a> function, A.2.6. Alteration of Series
<a href="node245.html"><code>always</code></a> loop clause, 26.7. End-Test Control 
<a href="node75.html"><code>and</code></a> macro, 6.4. Logical Operators
<a href="node149.html"><code>append</code></a> function, 15.2. Lists
<a href="node246.html"><code>append</code></a> loop clause, 26.8. Value Accumulation
<a href="node246.html"><code>appending</code></a> loop clause, 26.8. Value Accumulation
<a href="node81.html"><code>apply</code></a> function, 7.3. Function Invocation
<a href="node180.html"><code>applyhook</code></a> function, 20.1. Run-Time Evaluation of Forms
<a href="node180.html"><code>*applyhook*</code></a> variable, 20.1. Run-Time Evaluation of Forms
<a href="node230.html"><code>apropos</code></a> function, 25.3. Debugging Tools
<a href="node230.html"><code>apropos-list</code></a> function, 25.3. Debugging Tools
<a href="node159.html"><code>aref</code></a> function, 17.2. Array Access
<a href="node346.html"><code>arithmetic-error</code></a> type, 29.5. Predefined Condition Types
<a href="node346.html"><code>arithmetic-error-operands</code></a> function, 29.5. Predefined Condition Types
<a href="node346.html"><code>arithmetic-error-operation</code></a> function, 29.5. Predefined Condition Types
<a href="node160.html"><code>array-dimension</code></a> function, 17.3. Array Information
<a href="node158.html"><code>array-dimension-limit</code></a> constant, 17.1. Array Creation
<a href="node160.html"><code>array-dimensions</code></a> function, 17.3. Array Information
<a href="node160.html"><code>array-element-type</code></a> function, 17.3. Array Information
<a href="node162.html"><code>array-has-fill-pointer-p</code></a> function, 17.5. Fill Pointers
<a href="node160.html"><code>array-in-bounds-p</code></a> function, 17.3. Array Information
<a href="node160.html"><code>array-rank</code></a> function, 17.3. Array Information
<a href="node158.html"><code>array-rank-limit</code></a> constant, 17.1. Array Creation
<a href="node160.html"><code>array-row-major-index</code></a> function, 17.3. Array Information
<a href="node160.html"><code>array-total-size</code></a> function, 17.3. Array Information
<a href="node158.html"><code>array-total-size-limit</code></a> constant, 17.1. Array Creation
<a href="node73.html"><code>arrayp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node244.html"><code>as</code></a> loop clause, 26.6. Iteration Control
<a href="node131.html"><code>ash</code></a> function, 12.7. Logical Operations on Numbers
<a href="node128.html"><code>asin</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node128.html"><code>asinh</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node221.html"><code>assert</code></a> macro, 24.2. Specialized Error-Signaling Forms and Macros
<a href="node336.html"><code>assert</code></a> macro, 29.4.2. Assertions
<a href="node153.html"><code>assoc</code></a> function, 15.6. Association Lists
<a href="node153.html"><code>assoc-if</code></a> function, 15.6. Association Lists
<a href="node153.html"><code>assoc-if-not</code></a> function, 15.6. Association Lists
<a href="node128.html"><code>atan</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node128.html"><code>atanh</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node73.html"><code>atom</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node102.html"><code>augment-environment</code></a> function, 8.5. Environments
<a href="node161.html"><code>bit</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node161.html"><code>bit-and</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node161.html"><code>bit-andc1</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node161.html"><code>bit-andc2</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node161.html"><code>bit-eqv</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node161.html"><code>bit-ior</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node161.html"><code>bit-nand</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node161.html"><code>bit-nor</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node161.html"><code>bit-not</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node161.html"><code>bit-orc1</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node161.html"><code>bit-orc2</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node73.html"><code>bit-vector-p</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node161.html"><code>bit-xor</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node85.html"><code>block</code></a> special form, 7.7. Blocks and Exits
<a href="node131.html"><code>boole</code></a> function, 12.7. Logical Operations on Numbers
<a href="node137.html"><code>both-case-p</code></a> function, 13.2. Predicates on Characters
<a href="node78.html"><code>boundp</code></a> function, 7.1.1. Reference
<a href="node220.html"><code>break</code></a> function, 24.1. General Error-Signaling Functions
<a href="node345.html"><code>break</code></a> function, 29.4.11. Debugging Utilities
<a href="node335.html"><code>*break-on-signals*</code></a> variable, 29.4.1. Signaling Conditions
<a href="node220.html"><code>*break-on-warnings*</code></a> variable, 24.1. General Error-Signaling Functions
<a href="node185.html"><code>broadcast-stream-streams</code></a> function, 21.3. Operations on Streams
<a href="node149.html"><code>butlast</code></a> function, 15.2. Lists
<a href="node132.html"><code>byte</code></a> function, 12.8. Byte Manipulation Functions
<a href="node132.html"><code>byte-position</code></a> function, 12.8. Byte Manipulation Functions
<a href="node132.html"><code>byte-size</code></a> function, 12.8. Byte Manipulation Functions
<a href="node148.html"><code>caaaar</code></a> function, 15.1. Conses
<a href="node148.html"><code>caaadr</code></a> function, 15.1. Conses
<a href="node148.html"><code>caaar</code></a> function, 15.1. Conses
<a href="node148.html"><code>caadar</code></a> function, 15.1. Conses
<a href="node148.html"><code>caaddr</code></a> function, 15.1. Conses
<a href="node148.html"><code>caadr</code></a> function, 15.1. Conses
<a href="node148.html"><code>caar</code></a> function, 15.1. Conses
<a href="node148.html"><code>cadaar</code></a> function, 15.1. Conses
<a href="node148.html"><code>cadadr</code></a> function, 15.1. Conses
<a href="node148.html"><code>cadar</code></a> function, 15.1. Conses
<a href="node148.html"><code>caddar</code></a> function, 15.1. Conses
<a href="node148.html"><code>cadddr</code></a> function, 15.1. Conses
<a href="node148.html"><code>caddr</code></a> function, 15.1. Conses
<a href="node148.html"><code>cadr</code></a> function, 15.1. Conses
<a href="node81.html"><code>call-arguments-limit</code></a> constant, 7.3. Function Invocation
<a href="node311.html"><code>call-method</code></a> macro, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>call-next-method</code></a> function, 28.2. Functions in the Programmer Interface
<a href="node148.html"><code>car</code></a> function, 15.1. Conses
<a href="node84.html"><code>case</code></a> macro, 7.6. Conditionals
<a href="node96.html"><code>catch</code></a> special form, 7.11. Dynamic Non-Local Exits
<a href="node353.html"><code>catenate</code></a> function, A.2.4. Conditional and Other Complex Transducers
<a href="node222.html"><code>ccase</code></a> macro, 24.3. Special Forms for Exhaustive Case Analysis
<a href="node337.html"><code>ccase</code></a> macro, 29.4.3. Exhaustive Case Analysis
<a href="node148.html"><code>cdaaar</code></a> function, 15.1. Conses
<a href="node148.html"><code>cdaadr</code></a> function, 15.1. Conses
<a href="node148.html"><code>cdaar</code></a> function, 15.1. Conses
<a href="node148.html"><code>cdadar</code></a> function, 15.1. Conses
<a href="node148.html"><code>cdaddr</code></a> function, 15.1. Conses
<a href="node148.html"><code>cdadr</code></a> function, 15.1. Conses
<a href="node148.html"><code>cdar</code></a> function, 15.1. Conses
<a href="node148.html"><code>cddaar</code></a> function, 15.1. Conses
<a href="node148.html"><code>cddadr</code></a> function, 15.1. Conses
<a href="node148.html"><code>cddar</code></a> function, 15.1. Conses
<a href="node148.html"><code>cdddar</code></a> function, 15.1. Conses
<a href="node148.html"><code>cddddr</code></a> function, 15.1. Conses
<a href="node148.html"><code>cdddr</code></a> function, 15.1. Conses
<a href="node148.html"><code>cddr</code></a> function, 15.1. Conses
<a href="node148.html"><code>cdr</code></a> function, 15.1. Conses
<a href="node130.html"><code>ceiling</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node346.html"><code>cell-error</code></a> type, 29.5. Predefined Condition Types
<a href="node346.html"><code>cell-error-name</code></a> function, 29.5. Predefined Condition Types
<a href="node220.html"><code>cerror</code></a> function, 24.1. General Error-Signaling Functions
<a href="node335.html"><code>cerror</code></a> function, 29.4.1. Signaling Conditions
<a href="node311.html"><code>change-class</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node165.html"><code>char</code></a> function, 18.1. String Access
<a href="node140.html"><code>char-bit</code></a> function, 13.5. Character Control-Bit Functions
<a href="node138.html"><code>char-bits</code></a> function, 13.3. Character Construction and Selection
<a href="node136.html"><code>char-bits-limit</code></a> constant, 13.1. Character Attributes
<a href="node138.html"><code>char-code</code></a> function, 13.3. Character Construction and Selection
<a href="node136.html"><code>char-code-limit</code></a> constant, 13.1. Character Attributes
<a href="node140.html"><code>char-control-bit</code></a> constant, 13.5. Character Control-Bit Functions
<a href="node139.html"><code>char-downcase</code></a> function, 13.4. Character Conversions
<a href="node137.html"><code>char-equal</code></a> function, 13.2. Predicates on Characters
<a href="node138.html"><code>char-font</code></a> function, 13.3. Character Construction and Selectio
<a href="node136.html"><code>char-font-limit</code></a> constant, 13.1. Character Attributes
<a href="node137.html"><code>char-greaterp</code></a> function, 13.2. Predicates on Characters
<a href="node140.html"><code>char-hyper-bit</code></a> constant, 13.5. Character Control-Bit Functions
<a href="node139.html"><code>char-int</code></a> function, 13.4. Character Conversions
<a href="node137.html"><code>char-lessp</code></a> function, 13.2. Predicates on Characters
<a href="node140.html"><code>char-meta-bit</code></a> constant, 13.5. Character Control-Bit Functions
<a href="node139.html"><code>char-name</code></a> function, 13.4. Character Conversions
<a href="node137.html"><code>char-not-equal</code></a> function, 13.2. Predicates on Characters
<a href="node137.html"><code>char-not-greaterp</code></a> function, 13.2. Predicates on Characters
<a href="node137.html"><code>char-not-lessp</code></a> function, 13.2. Predicates on Characters
<a href="node140.html"><code>char-super-bit</code></a> constant, 13.5. Character Control-Bit Functions
<a href="node139.html"><code>char-upcase</code></a> function, 13.4. Character Conversions
<a href="node137.html"><code>char/=</code></a> function, 13.2. Predicates on Characters
<a href="node137.html"><code>char</code>&lt;</a> function, 13.2. Predicates on Characters
<a href="node137.html"><code>char</code>&lt;=</a> function, 13.2. Predicates on Characters
<a href="node137.html"><code>char=</code></a> function, 13.2. Predicates on Characters
<a href="node137.html"><code>char</code>&gt;</a> function, 13.2. Predicates on Characters
<a href="node137.html"><code>char</code>&gt;=</a> function, 13.2. Predicates on Characters
<a href="node139.html"><code>character</code></a> function, 13.4. Character Conversions
<a href="node73.html"><code>characterp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node221.html"><code>check-type</code></a> macro, 24.2. Specialized Error-Signaling Forms and Macros
<a href="node336.html"><code>check-type</code></a> macro, 29.4.2. Assertions
<a href="node353.html"><code>choose</code></a> function, A.2.4. Conditional and Other Complex Transducers
<a href="node353.html"><code>choose-if</code></a> function, A.2.4. Conditional and Other Complex Transducers
<a href="node353.html"><code>chunk</code></a> function, A.2.4. Conditional and Other Complex Transducers
<a href="node128.html"><code>cis</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node311.html"><code>class-name</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>class-of</code></a> function, 28.2. Functions in the Programmer Interface
<a href="node195.html"><code>clear-input</code></a> function, 22.2.1. Input from Character Streams
<a href="node185.html"><code>close</code></a> function, 21.3. Operations on Streams
<a href="node155.html"><code>clrhash</code></a> function, 16.1. Hash Table Functions
<a href="node138.html"><code>code-char</code></a> function, 13.3. Character Construction and Selectio
<a href="node52.html"><code>coerce</code></a> function, 4.8. Type Conversion Function
<a href="node246.html"><code>collect</code></a> loop clause, 26.8. Value Accumulation
<a href="node354.html"><code>collect</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-alist</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-and</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-append</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-file</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-first</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-fn</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-hash</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-last</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-length</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-max</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-min</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-nconc</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-nth</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-or</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-plist</code></a> function, A.2.5. Collectors
<a href="node354.html"><code>collect-sum</code></a> function, A.2.5. Collectors
<a href="node246.html"><code>collecting</code></a> loop clause, 26.8. Value Accumulation
<a href="node352.html"><code>collecting-fn</code></a> function, A.2.3. Truncation and Other Simple Transducers
<a href="node73.html"><code>commonp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node224.html"><code>compile</code></a> function, 25.1. The Compiler
<a href="node224.html"><code>compile-file</code></a> function, 25.1. The Compiler
<a href="node211.html"><code>compile-file-pathname</code></a> function, 23.1.5.3. Using Logical Pathnames
<a href="node224.html"><code>*compile-file-pathname*</code></a> variable, 25.1. The Compiler
<a href="node224.html"><code>*compile-file-truename*</code></a> variable, 25.1. The Compiler
<a href="node224.html"><code>*compile-print*</code></a> variable, 25.1. The Compiler
<a href="node224.html"><code>*compile-verbose*</code></a> variable, 25.1. The Compiler
<a href="node73.html"><code>compiled-function-p</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node83.html"><code>compiler-let</code></a> special form, 7.5. Establishing New Variable Bindings
<a href="node83.html"><code>compiler-let</code></a> macro, 7.5. Establishing New Variable Bindings
<a href="node101.html"><code>compiler-macro-function</code></a> function, 8.4. Compiler Macros
<a href="node101.html"><code>compiler-macroexpand</code></a> function, 8.4. Compiler Macros
<a href="node101.html"><code>compiler-macroexpand-1</code></a> function, 8.4. Compiler Macros
<a href="node141.html"><code>complement</code></a> function, 14. Sequences
<a href="node130.html"><code>complex</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node73.html"><code>complexp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node311.html"><code>compute-applicable-methods</code></a> function, 28.2. Functions in the Programmer Interface
<a href="node342.html"><code>compute-restarts</code></a> function, 29.4.8. Finding and Manipulating Restarts
<a href="node143.html"><code>concatenate</code></a> function, 14.2. Concatenating, Mapping, and Reducing Sequences
<a href="node185.html"><code>concatenated-stream-streams</code></a> function, 21.3. Operations on Streams
<a href="node84.html"><code>cond</code></a> macro, 7.6. Conditionals
<a href="node346.html"><code>condition</code></a> type, 29.5. Predefined Condition Types
<a href="node125.html"><code>conjugate</code></a> function, 12.4. Arithmetic Operations
<a href="node148.html"><code>cons</code></a> function, 15.1. Conses
<a href="node73.html"><code>consp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node180.html"><code>constantp</code></a> function, 20.1. Run-Time Evaluation of Forms
<a href="node344.html"><code>continue</code></a> function, 29.4.10. Restart Functions
<a href="node346.html"><code>control-error</code></a> type, 29.5. Predefined Condition Types
<a href="node149.html"><code>copy-alist</code></a> function, 15.2. Lists
<a href="node149.html"><code>copy-list</code></a> function, 15.2. Lists
<a href="node259.html"><code>copy-pprint-dispatch</code></a> function, 27.6. Pretty Printing Dispatch Tables
<a href="node192.html"><code>copy-readtable</code></a> function, 22.1.5. The Readtable
<a href="node142.html"><code>copy-seq</code></a> function, 14.1. Simple Sequence Functions
<a href="node110.html"><code>copy-symbol</code></a> function, 10.3. Creating Symbols
<a href="node149.html"><code>copy-tree</code></a> function, 15.2. Lists
<a href="node128.html"><code>cos</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node128.html"><code>cosh</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node352.html"><code>cotruncate</code></a> function, A.2.3. Truncation and Other Simple Transducers
<a href="node145.html"><code>count</code></a> function, 14.4. Searching Sequences for Items
<a href="node246.html"><code>count</code></a> loop clause, 26.8. Value Accumulation
<a href="node145.html"><code>count-if</code></a> function, 14.4. Searching Sequences for Items
<a href="node145.html"><code>count-if-not</code></a> function, 14.4. Searching Sequences for Items
<a href="node246.html"><code>counting</code></a> loop clause, 26.8. Value Accumulation
<a href="node222.html"><code>ctypecase</code></a> macro, 24.3. Special Forms for Exhaustive Case Analysis
<a href="node337.html"><code>ctypecase</code></a> macro, 29.4.3. Exhaustive Case Analysis
<a href="node183.html"><code>*debug-io*</code></a> variable, 21.1. Standard Streams
<a href="node345.html"><code>*debugger-hook*</code></a> variable, 29.4.11. Debugging Utilities
<a href="node125.html"><code>decf</code></a> macro, 12.4. Arithmetic Operations
<a href="node104.html"><code>declaim</code></a> macro, 9.1. Declaration Syntax
<a href="node102.html"><code>declaration-information</code></a> function, 8.5. Environments
<a href="node104.html"><code>declare</code></a> special form, 9.1. Declaration Syntax
<a href="node130.html"><code>decode-float</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node232.html"><code>decode-universal-time</code></a> function, 25.4.1. Time Functions
<a href="node214.html"><code>*default-pathname-defaults*</code></a> variable, 23.1.6. Pathname Functions
<a href="node311.html"><code>defclass</code></a> macro, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>defgeneric</code></a> macro, 28.2. Functions in the Programmer Interface
<a href="node101.html"><code>define-compiler-macro</code></a> macro, 8.4. Compiler Macros
<a href="node339.html"><code>define-condition</code></a> macro, 29.4.5. Defining Conditions
<a href="node102.html"><code>define-declaration</code></a> macro, 8.5. Environments
<a href="node311.html"><code>define-method-combination</code></a> macro, 28.2. Functions in the Programmer Interface
<a href="node80.html"><code>define-modify-macro</code></a> macro, 7.2. Generalized Variables
<a href="node80.html"><code>define-setf-method</code></a> macro, 7.2. Generalized Variables
<a href="node98.html"><code>defmacro</code></a> macro, 8.1. Macro Definition
<a href="node311.html"><code>defmethod</code></a> macro, 28.2. Functions in the Programmer Interface
<a href="node118.html"><code>defpackage</code></a> macro, 11.7. Package System Functions and Variables
<a href="node170.html"><code>defstruct</code></a> macro, 19.2. How to Use Defstruct
<a href="node51.html"><code>deftype</code></a> macro, 4.7. Defining New Type Specifiers
<a href="node66.html"><code>defun</code></a> macro, 5.3.1. Defining Named Functions
<a href="node67.html"><code>defvar</code></a> macro, 5.3.2. Declaring Global Variables and Named Constants
<a href="node144.html"><code>delete</code></a> function, 14.3. Modifying Sequences
<a href="node144.html"><code>delete-duplicates</code></a> function, 14.3. Modifying Sequences
<a href="node216.html"><code>delete-file</code></a> function, 23.3. Renaming, Deleting, and Other File Operations
<a href="node144.html"><code>delete-if</code></a> function, 14.3. Modifying Sequences
<a href="node144.html"><code>delete-if-not</code></a> function, 14.3. Modifying Sequences
<a href="node118.html"><code>delete-package</code></a> function, 11.7. Package System Functions and Variables
<a href="node130.html"><code>denominator</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node132.html"><code>deposit-field</code></a> function, 12.8. Byte Manipulation Functions
<a href="node230.html"><code>describe</code></a> function, 25.3. Debugging Tools
<a href="node230.html"><code>describe-object</code></a> generic function, 25.3. Debugging Tools
<a href="node100.html"><code>destructuring-bind</code></a> macro, 8.3. Destructuring
<a href="node139.html"><code>digit-char</code></a> function, 13.4. Character Conversions
<a href="node137.html"><code>digit-char-p</code></a> function, 13.2. Predicates on Characters
<a href="node218.html"><code>directory</code></a> function, 23.5. Accessing Directories
<a href="node214.html"><code>directory-namestring</code></a> function, 23.1.6. Pathname Functions
<a href="node224.html"><code>disassemble</code></a> function, 25.1. The Compiler
<a href="node346.html"><code>division-by-zero</code></a> type, 29.5. Predefined Condition Types
<a href="node88.html"><code>do</code></a> macro, 7.8.2. General Iteration
<a href="node249.html"><code>do</code></a> loop clause, 26.11. Unconditional Execution
<a href="node88.html"><code>do*</code></a> macro, 7.8.2. General Iteration
<a href="node118.html"><code>do-all-symbols</code></a> macro, 11.7. Package System Functions and Variables
<a href="node118.html"><code>do-external-symbols</code></a> macro, 11.7. Package System Functions and Variables
<a href="node118.html"><code>do-symbols</code></a> macro, 11.7. Package System Functions and Variables
<a href="node229.html"><code>documentation</code></a> function, 25.2. Documentation
<a href="node311.html"><code>documentation</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node249.html"><code>doing</code></a> loop clause, 26.11. Unconditional Execution
<a href="node89.html"><code>dolist</code></a> macro, 7.8.3. Simple Iteration Constructs
<a href="node89.html"><code>dotimes</code></a> macro, 7.8.3. Simple Iteration Constructs
<a href="node134.html"><code>double-float-epsilon</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>double-float-negative-epsilon</code></a> constant, 12.10. Implementation Parameters
<a href="node132.html"><code>dpb</code></a> function, 12.8. Byte Manipulation Functions
<a href="node230.html"><code>dribble</code></a> function, 25.3. Debugging Tools
<a href="node222.html"><code>ecase</code></a> macro, 24.3. Special Forms for Exhaustive Case Analysis
<a href="node337.html"><code>ecase</code></a> macro, 29.4.3. Exhaustive Case Analysis
<a href="node185.html"><code>echo-stream-input-stream</code></a> function, 21.3. Operations on Streams
<a href="node185.html"><code>echo-stream-output-stream</code></a> function, 21.3. Operations on Streams
<a href="node230.html"><code>ed</code></a> function, 25.3. Debugging Tools
<a href="node149.html"><code>eighth</code></a> function, 15.2. Lists
<a href="node142.html"><code>elt</code></a> function, 14.1. Simple Sequence Functions
<a href="node361.html"><code>encapsulated</code></a> macro, A.4. Primitives
<a href="node102.html"><code>enclose</code></a> function, 8.5. Environments
<a href="node232.html"><code>encode-universal-time</code></a> function, 25.4.1. Time Functions
<a href="node346.html"><code>end-of-file</code></a> type, 29.5. Predefined Condition Types
<a href="node149.html"><code>endp</code></a> function, 15.2. Lists
<a href="node214.html"><code>enough-namestring</code></a> function, 23.1.6. Pathname Functions
<a href="node311.html"><code>ensure-generic-function</code></a> function, 28.2. Functions in the Programmer Interface
<a href="node74.html"><code>eq</code></a> function, 6.3. Equality Predicates
<a href="node74.html"><code>eql</code></a> function, 6.3. Equality Predicates
<a href="node74.html"><code>equal</code></a> function, 6.3. Equality Predicates
<a href="node74.html"><code>equalp</code></a> function, 6.3. Equality Predicates
<a href="node220.html"><code>error</code></a> function, 24.1. General Error-Signaling Functions
<a href="node335.html"><code>error</code></a> function, 29.4.1. Signaling Conditions
<a href="node346.html"><code>error</code></a> type, 29.5. Predefined Condition Types
<a href="node183.html"><code>*error-output*</code></a> variable, 21.1. Standard Streams
<a href="node222.html"><code>etypecase</code></a> macro, 24.3. Special Forms for Exhaustive Case Analysis
<a href="node337.html"><code>etypecase</code></a> macro, 29.4.3. Exhaustive Case Analysis
<a href="node180.html"><code>eval</code></a> function, 20.1. Run-Time Evaluation of Forms
<a href="node68.html"><code>eval-when</code></a> special form, 5.3.3. Control of Time of Evaluation
<a href="node180.html"><code>evalhook</code></a> function, 20.1. Run-Time Evaluation of Forms
<a href="node180.html"><code>*evalhook*</code></a> variable, 20.1. Run-Time Evaluation of Forms
<a href="node123.html"><code>evenp</code></a> function, 12.2. Predicates on Numbers
<a href="node143.html"><code>every</code></a> function, 14.2. Concatenating, Mapping, and Reducing Sequences
<a href="node127.html"><code>exp</code></a> function, 12.5.1. Exponential and Logarithmic Functions
<a href="node353.html"><code>expand</code></a> function, A.2.4. Conditional and Other Complex Transducers
<a href="node118.html"><code>export</code></a> function, 11.7. Package System Functions and Variables
<a href="node127.html"><code>expt</code></a> function, 12.5.1. Exponential and Logarithmic Functions
<a href="node311.html"><code>f</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node78.html"><code>fboundp</code></a> function, 7.1.1. Reference
<a href="node78.html"><code>fdefinition</code></a> function, 7.1.1. Reference
<a href="node233.html"><code>*features*</code></a> variable, 25.4.2. Other Environment Inquiries
<a href="node130.html"><code>ffloor</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node149.html"><code>fifth</code></a> function, 15.2. Lists
<a href="node216.html"><code>file-author</code></a> function, 23.3. Renaming, Deleting, and Other File Operations
<a href="node346.html"><code>file-error</code></a> type, 29.5. Predefined Condition Types
<a href="node346.html"><code>file-error-pathname</code></a> function, 29.5. Predefined Condition Types
<a href="node216.html"><code>file-length</code></a> function, 23.3. Renaming, Deleting, and Other File Operations
<a href="node214.html"><code>file-namestring</code></a> function, 23.1.6. Pathname Functions
<a href="node216.html"><code>file-position</code></a> function, 23.3. Renaming, Deleting, and Other File Operations
<a href="node216.html"><code>file-string-length</code></a> function, 23.3. Renaming, Deleting, and Other File Operations
<a href="node216.html"><code>file-write-date</code></a> function, 23.3. Renaming, Deleting, and Other File Operations
<a href="node144.html"><code>fill</code></a> function, 14.3. Modifying Sequences
<a href="node162.html"><code>fill-pointer</code></a> function, 17.5. Fill Pointers
<a href="node252.html"><code>finally</code></a> loop clause, 26.12.2. Destructuring
<a href="node145.html"><code>find</code></a> function, 14.4. Searching Sequences for Items
<a href="node118.html"><code>find-all-symbols</code></a> function, 11.7. Package System Functions and Variables
<a href="node311.html"><code>find-class</code></a> function, 28.2. Functions in the Programmer Interface
<a href="node145.html"><code>find-if</code></a> function, 14.4. Searching Sequences for Items
<a href="node145.html"><code>find-if-not</code></a> function, 14.4. Searching Sequences for Items
<a href="node311.html"><code>find-method</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node118.html"><code>find-package</code></a> function, 11.7. Package System Functions and Variables
<a href="node342.html"><code>find-restart</code></a> function, 29.4.8. Finding and Manipulating Restarts
<a href="node118.html"><code>find-symbol</code></a> function, 11.7. Package System Functions and Variables
<a href="node198.html"><code>finish-output</code></a> function, 22.3.1. Output to Character Streams
<a href="node149.html"><code>first</code></a> function, 15.2. Lists
<a href="node83.html"><code>flet</code></a> special form, 7.5. Establishing New Variable Binding
<a href="node130.html"><code>float</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node130.html"><code>float-digits</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node130.html"><code>float-precision</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node130.html"><code>float-radix</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node130.html"><code>float-sign</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node346.html"><code>floating-point-overflow</code></a> type, 29.5. Predefined Condition Types
<a href="node346.html"><code>floating-point-underflow</code></a> type, 29.5. Predefined Condition Types
<a href="node73.html"><code>floatp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node130.html"><code>floor</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node244.html"><code>for</code></a> loop clause, 26.6. Iteration Control
<a href="node200.html"><code>format</code></a> function, 22.3.3. Formatted Output to Character Streams
<a href="node258.html"><code>formatter</code></a> macro, 27.5. Compiling Format Control Strings
<a href="node149.html"><code>fourth</code></a> function, 15.2. Lists
<a href="node81.html"><code>funcall</code></a> function, 7.3. Function Invocation
<a href="node78.html"><code>function</code></a> special form, 7.1.1. Reference
<a href="node102.html"><code>function-information</code></a> function, 8.5. Environments
<a href="node311.html"><code>function-keywords</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node224.html"><code>function-lambda-expression</code></a> function, 25.1. The Compiler
<a href="node73.html"><code>functionp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node365.html"><code>gatherer</code></a> function, B.3. Gatherers
<a href="node365.html"><code>gathering</code></a> macro, B.3. Gatherers
<a href="node125.html"><code>gcd</code></a> function, 12.4. Arithmetic Operations
<a href="node364.html"><code>generator</code></a> function, B.2. Generators
<a href="node311.html"><code>generic-flet</code></a> special form, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>generic-function</code></a> macro, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>generic-labels</code></a> special form, 28.2. Functions in the Programmer Interface
<a href="node110.html"><code>gensym</code></a> function, 10.3. Creating Symbols
<a href="node110.html"><code>*gensym-counter*</code></a> variable, 10.3. Creating Symbols
<a href="node110.html"><code>gentemp</code></a> function, 10.3. Creating Symbols
<a href="node108.html"><code>get</code></a> function, 10.1. The Property List
<a href="node232.html"><code>get-decoded-time</code></a> function, 25.4.1. Time Functions
<a href="node232.html"><code>get-internal-real-time</code></a> function, 25.4.1. Time Functions
<a href="node232.html"><code>get-internal-run-time</code></a> function, 25.4.1. Time Functions
<a href="node184.html"><code>get-output-stream-string</code></a> function, 21.2. Creating New Streams
<a href="node108.html"><code>get-properties</code></a> function, 10.1. The Property List
<a href="node80.html"><code>get-setf-method</code></a> function, 7.2. Generalized Variables
<a href="node80.html"><code>get-setf-method-multiple-value</code></a> function, 7.2. Generalized Variables
<a href="node232.html"><code>get-universal-time</code></a> function, 25.4.1. Time Functions
<a href="node108.html"><code>getf</code></a> function, 10.1. The Property List
<a href="node155.html"><code>gethash</code></a> function, 16.1. Hash Table Functions
<a href="node91.html"><code>go</code></a> special form, 7.8.5. The ``Program Feature''
<a href="node137.html"><code>graphic-char-p</code></a> function, 13.2. Predicates on Characters
<a href="node338.html"><code>handler-bind</code></a> macro, 29.4.4. Handling Conditions
<a href="node338.html"><code>handler-case</code></a> macro, 29.4.4. Handling Conditions
<a href="node155.html"><code>hash-table-count</code></a> function, 16.1. Hash Table Functions
<a href="node155.html"><code>hash-table-p</code></a> function, 16.1. Hash Table Functions
<a href="node155.html"><code>hash-table-rehash-size</code></a> function, 16.1. Hash Table Functions
<a href="node155.html"><code>hash-table-rehash-threshold</code></a> function, 16.1. Hash Table Functions
<a href="node155.html"><code>hash-table-size</code></a> function, 16.1. Hash Table Functions
<a href="node155.html"><code>hash-table-test</code></a> function, 16.1. Hash Table Functions
<a href="node214.html"><code>host-namestring</code></a> function, 23.1.6. Pathname Functions
<a href="node234.html"><code>identity</code></a> function, 25.5. Identity Function
<a href="node84.html"><code>if</code></a> special form, 7.6. Conditionals
<a href="node248.html"><code>if</code></a> loop clause, 26.10. Conditional Execution
<a href="node338.html"><code>ignore-errors</code></a> macro, 29.4.4. Handling Conditions
<a href="node130.html"><code>imagpart</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node118.html"><code>import</code></a> function, 11.7. Package System Functions and Variables
<a href="node118.html"><code>in-package</code></a> function, 11.7. Package System Functions and Variables
<a href="node118.html"><code>in-package</code></a> macro, 11.7. Package System Functions and Variables
<a href="node125.html"><code>incf</code></a> macro, 12.4. Arithmetic Operations
<a href="node311.html"><code>initialize-instance</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node252.html"><code>initially</code></a> loop clause, 26.12.2. Destructuring
<a href="node185.html"><code>input-stream-p</code></a> function, 21.3. Operations on Streams
<a href="node230.html"><code>inspect</code></a> function, 25.3. Debugging Tools
<a href="node139.html"><code>int-char</code></a> function, 13.4. Character Conversions
<a href="node130.html"><code>integer-decode-float</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node131.html"><code>integer-length</code></a> function, 12.7. Logical Operations on Numbers
<a href="node73.html"><code>integerp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node185.html"><code>interactive-stream-p</code></a> function, 21.3. Operations on Streams
<a href="node118.html"><code>intern</code></a> function, 11.7. Package System Functions and Variables
<a href="node232.html"><code>internal-time-units-per-second</code></a> constant, 25.4.1. Time Functions
<a href="node152.html"><code>intersection</code></a> function, 15.5. Using Lists as Sets
<a href="node311.html"><code>invalid-method-error</code></a> function, 28.2. Functions in the Programmer Interface
<a href="node345.html"><code>invoke-debugger</code></a> function, 29.4.11. Debugging Utilities
<a href="node342.html"><code>invoke-restart</code></a> function, 29.4.8. Finding and Manipulating Restarts
<a href="node127.html"><code>isqrt</code></a> function, 12.5.1. Exponential and Logarithmic Functions
<a href="node351.html"><code>iterate</code></a> macro, A.2.2. Mapping
<a href="node110.html"><code>keywordp</code></a> function, 10.3. Creating Symbols
<a href="node64.html"><code>lambda-list-keywords</code></a> constant, 5.2.2. Lambda-Expressions
<a href="node64.html"><code>lambda-parameters-limit</code></a> constant, 5.2.2. Lambda-Expressions
<a href="node149.html"><code>last</code></a> function, 15.2. Lists
<a href="node352.html"><code>latch</code></a> function, A.2.3. Truncation and Other Simple Transducers
<a href="node125.html"><code>lcm</code></a> function, 12.4. Arithmetic Operations
<a href="node132.html"><code>ldb</code></a> function, 12.8. Byte Manipulation Functions
<a href="node132.html"><code>ldb-test</code></a> function, 12.8. Byte Manipulation Functions
<a href="node149.html"><code>ldiff</code></a> function, 15.2. Lists
<a href="node134.html"><code>least-negative-double-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-negative-long-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-negative-normalized-double-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-negative-normalized-long-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-negative-normalized-short-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-negative-normalized-single-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-negative-short-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-negative-single-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-positive-double-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-positive-long-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-positive-normalized-double-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-positive-normalized-long-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-positive-normalized-short-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-positive-normalized-single-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-positive-short-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>least-positive-single-float</code></a> constant, 12.10. Implementation Parameters
<a href="node142.html"><code>length</code></a> function, 14.1. Simple Sequence Functions
<a href="node83.html"><code>let</code></a> special form, 7.5. Establishing New Variable Binding
<a href="node83.html"><code>let*</code></a> special form, 7.5. Establishing New Variable Binding
<a href="node233.html"><code>lisp-implementation-type</code></a> function, 25.4.2. Other Environment Inquiries
<a href="node233.html"><code>lisp-implementation-version</code></a> function, 25.4.2. Other Environment Inquiries
<a href="node149.html"><code>list</code></a> function, 15.2. Lists
<a href="node149.html"><code>list*</code></a> function, 15.2. Lists
<a href="node118.html"><code>list-all-packages</code></a> function, 11.7. Package System Functions and Variables
<a href="node149.html"><code>list-length</code></a> function, 15.2. Lists
<a href="node195.html"><code>listen</code></a> function, 22.2.1. Input from Character Streams
<a href="node73.html"><code>listp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node217.html"><code>load</code></a> function, 23.4. Loading Files
<a href="node211.html"><code>load-logical-pathname-translations</code></a> function, 23.1.5.3. Using Logical Pathnames
<a href="node217.html"><code>*load-pathname*</code></a> variable, 23.4. Loading Files
<a href="node217.html"><code>*load-print*</code></a> variable, 23.4. Loading Files
<a href="node224.html"><code>load-time-value</code></a> special form, 25.1. The Compiler
<a href="node217.html"><code>*load-truename*</code></a> variable, 23.4. Loading Files
<a href="node217.html"><code>*load-verbose*</code></a> variable, 23.4. Loading Files
<a href="node104.html"><code>locally</code></a> macro, 9.1. Declaration Syntax
<a href="node104.html"><code>locally</code></a> special form, 9.1. Declaration Syntax
<a href="node127.html"><code>log</code></a> function, 12.5.1. Exponential and Logarithmic Functions
<a href="node131.html"><code>logand</code></a> function, 12.7. Logical Operations on Numbers
<a href="node131.html"><code>logandc1</code></a> function, 12.7. Logical Operations on Numbers
<a href="node131.html"><code>logandc2</code></a> function, 12.7. Logical Operations on Numbers
<a href="node131.html"><code>logbitp</code></a> function, 12.7. Logical Operations on Numbers
<a href="node131.html"><code>logcount</code></a> function, 12.7. Logical Operations on Numbers
<a href="node131.html"><code>logeqv</code></a> function, 12.7. Logical Operations on Numbers
<a href="node208.html"><code>logical-pathname</code></a> class, 23.1.5. Logical Pathnames
<a href="node211.html"><code>logical-pathname</code></a> function, 23.1.5.3. Using Logical Pathnames
<a href="node211.html"><code>logical-pathname-translations</code></a> function, 23.1.5.3. Using Logical Pathnames
<a href="node131.html"><code>logior</code></a> function, 12.7. Logical Operations on Numbers
<a href="node131.html"><code>lognand</code></a> function, 12.7. Logical Operations on Numbers
<a href="node131.html"><code>lognor</code></a> function, 12.7. Logical Operations on Numbers
<a href="node131.html"><code>lognot</code></a> function, 12.7. Logical Operations on Numbers
<a href="node131.html"><code>logorc1</code></a> function, 12.7. Logical Operations on Numbers
<a href="node131.html"><code>logorc2</code></a> function, 12.7. Logical Operations on Numbers
<a href="node131.html"><code>logtest</code></a> function, 12.7. Logical Operations on Numbers
<a href="node131.html"><code>logxor</code></a> function, 12.7. Logical Operations on Numbers
<a href="node134.html"><code>long-float-epsilon</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>long-float-negative-epsilon</code></a> constant, 12.10. Implementation Parameters
<a href="node233.html"><code>long-site-name</code></a> function, 25.4.2. Other Environment Inquiries
<a href="node87.html"><code>loop</code></a> macro, 7.8.1. Indefinite Iteration
<a href="node245.html"><code>loop-finish</code></a> macro, 26.7. End-Test Control
<a href="node137.html"><code>lower-case-p</code></a> function, 13.2. Predicates on Characters
<a href="node233.html"><code>machine-instance</code></a> function, 25.4.2. Other Environment Inquiries
<a href="node233.html"><code>machine-type</code></a> function, 25.4.2. Other Environment Inquiries
<a href="node233.html"><code>machine-version</code></a> function, 25.4.2. Other Environment Inquiries
<a href="node98.html"><code>macro-function</code></a> function, 8.1. Macro Definition
<a href="node99.html"><code>macroexpand</code></a> function, 8.2. Macro Expansion
<a href="node99.html"><code>macroexpand-1</code></a> function, 8.2. Macro Expansion
<a href="node99.html"><code>*macroexpand-hook*</code></a> variable, 8.2. Macro Expansion
<a href="node158.html"><code>make-array</code></a> function, 17.1. Array Creation
<a href="node184.html"><code>make-broadcast-stream</code></a> function, 21.2. Creating New Streams
<a href="node138.html"><code>make-char</code></a> function, 13.3. Character Construction and Selectio
<a href="node184.html"><code>make-concatenated-stream</code></a> function, 21.2. Creating New Streams
<a href="node340.html"><code>make-condition</code></a> function, 29.4.6. Creating Conditions
<a href="node192.html"><code>make-dispatch-macro-character</code></a> function, 22.1.5. The Readtable
<a href="node184.html"><code>make-echo-stream</code></a> function, 21.2. Creating New Streams
<a href="node155.html"><code>make-hash-table</code></a> function, 16.1. Hash Table Functions
<a href="node311.html"><code>make-instance</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>make-instances-obsolete</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node149.html"><code>make-list</code></a> function, 15.2. Lists
<a href="node217.html"><code>make-load-form</code></a> generic function, 23.4. Loading Files
<a href="node217.html"><code>make-load-form-saving-slots</code></a> function, 23.4. Loading Files
<a href="node118.html"><code>make-package</code></a> function, 11.7. Package System Functions and Variables
<a href="node214.html"><code>make-pathname</code></a> function, 23.1.6. Pathname Functions
<a href="node133.html"><code>make-random-state</code></a> function, 12.9. Random Numbers
<a href="node142.html"><code>make-sequence</code></a> function, 14.1. Simple Sequence Functions
<a href="node167.html"><code>make-string</code></a> function, 18.3. String Construction and Manipulation
<a href="node184.html"><code>make-string-input-stream</code></a> function, 21.2. Creating New Streams
<a href="node184.html"><code>make-string-output-stream</code></a> function, 21.2. Creating New Streams
<a href="node110.html"><code>make-symbol</code></a> function, 10.3. Creating Symbols
<a href="node184.html"><code>make-synonym-stream</code></a> function, 21.2. Creating New Streams
<a href="node184.html"><code>make-two-way-stream</code></a> function, 21.2. Creating New Streams
<a href="node79.html"><code>makunbound</code></a> function, 7.1.2. Assignment
<a href="node143.html"><code>map</code></a> function, 14.2. Concatenating, Mapping, and Reducing Sequences
<a href="node351.html"><code>map-fn</code></a> function, A.2.2. Mapping
<a href="node143.html"><code>map-into</code></a> function, 14.2. Concatenating, Mapping, and Reducing Sequences
<a href="node90.html"><code>mapc</code></a> function, 7.8.4. Mapping
<a href="node90.html"><code>mapcan</code></a> function, 7.8.4. Mapping
<a href="node90.html"><code>mapcar</code></a> function, 7.8.4. Mapping
<a href="node90.html"><code>mapcon</code></a> function, 7.8.4. Mapping
<a href="node155.html"><code>maphash</code></a> function, 16.1. Hash Table Functions
<a href="node90.html"><code>mapl</code></a> function, 7.8.4. Mapping
<a href="node90.html"><code>maplist</code></a> function, 7.8.4. Mapping
<a href="node351.html"><code>mapping</code></a> macro, A.2.2. Mapping
<a href="node353.html"><code>mask</code></a> function, A.2.4. Conditional and Other Complex Transducers
<a href="node132.html"><code>mask-field</code></a> function, 12.8. Byte Manipulation Functions
<a href="node124.html"><code>max</code></a> function, 12.3. Comparisons on Numbers
<a href="node246.html"><code>maximize</code></a> loop clause, 26.8. Value Accumulation
<a href="node246.html"><code>maximizing</code></a> loop clause, 26.8. Value Accumulation
<a href="node152.html"><code>member</code></a> function, 15.5. Using Lists as Sets
<a href="node152.html"><code>member-if</code></a> function, 15.5. Using Lists as Sets
<a href="node152.html"><code>member-if-not</code></a> function, 15.5. Using Lists as Sets
<a href="node146.html"><code>merge</code></a> function, 14.5. Sorting and Merging
<a href="node214.html"><code>merge-pathnames</code></a> function, 23.1.6. Pathname Functions
<a href="node311.html"><code>method-combination-error</code></a> function, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>method-qualifiers</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node124.html"><code>min</code></a> function, 12.3. Comparisons on Numbers
<a href="node353.html"><code>mingle</code></a> function, A.2.4. Conditional and Other Complex Transducers
<a href="node246.html"><code>minimize</code></a> loop clause, 26.8. Value Accumulation
<a href="node246.html"><code>minimizing</code></a> loop clause, 26.8. Value Accumulation
<a href="node123.html"><code>minusp</code></a> function, 12.2. Predicates on Numbers
<a href="node145.html"><code>mismatch</code></a> function, 14.4. Searching Sequences for Items
<a href="node130.html"><code>mod</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node119.html"><code>*modules*</code></a> variable, 11.8. Modules
<a href="node134.html"><code>most-negative-double-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>most-negative-fixnum</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>most-negative-long-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>most-negative-short-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>most-negative-single-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>most-positive-double-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>most-positive-fixnum</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>most-positive-long-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>most-positive-short-float</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>most-positive-single-float</code></a> constant, 12.10. Implementation Parameters
<a href="node344.html"><code>muffle-warning</code></a> function, 29.4.10. Restart Functions
<a href="node94.html"><code>multiple-value-bind</code></a> macro, 7.10.1. Constructs for Handling Multiple Values
<a href="node94.html"><code>multiple-value-call</code></a> special form, 7.10.1. Constructs for Handling Multiple Values
<a href="node94.html"><code>multiple-value-list</code></a> macro, 7.10.1. Constructs for Handling Multiple Values
<a href="node94.html"><code>multiple-value-prog1</code></a> special form, 7.10.1. Constructs for Handling Multiple Values
<a href="node94.html"><code>multiple-value-setq</code></a> macro, 7.10.1. Constructs for Handling Multiple Values
<a href="node94.html"><code>multiple-values-limit</code></a> constant, 7.10.1. Constructs for Handling Multiple Values
<a href="node139.html"><code>name-char</code></a> function, 13.4. Character Conversions
<a href="node252.html"><code>named</code></a> loop clause, 26.12.2. Destructuring
<a href="node214.html"><code>namestring</code></a> function, 23.1.6. Pathname Functions
<a href="node149.html"><code>nbutlast</code></a> function, 15.2. Lists
<a href="node149.html"><code>nconc</code></a> function, 15.2. Lists
<a href="node246.html"><code>nconc</code></a> loop clause, 26.8. Value Accumulation
<a href="node246.html"><code>nconcing</code></a> loop clause, 26.8. Value Accumulation
<a href="node245.html"><code>never</code></a> loop clause, 26.7. End-Test Control
<a href="node364.html"><code>next-in</code></a> macro, B.2. Generators
<a href="node311.html"><code>next-method-p</code></a> function, 28.2. Functions in the Programmer Interface
<a href="node365.html"><code>next-out</code></a> function, B.3. Gatherers
<a href="node70.html"><code>nil</code></a> constant, 6.1. Logical Values
<a href="node152.html"><code>nintersection</code></a> function, 15.5. Using Lists as Sets
<a href="node149.html"><code>ninth</code></a> function, 15.2. Lists
<a href="node311.html"><code>no-applicable-method</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>no-next-method</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node75.html"><code>not</code></a> function, 6.4. Logical Operators
<a href="node143.html"><code>notany</code></a> function, 14.2. Concatenating, Mapping, and Reducing Sequences
<a href="node143.html"><code>notevery</code></a> function, 14.2. Concatenating, Mapping, and Reducing Sequences
<a href="node149.html"><code>nreconc</code></a> function, 15.2. Lists
<a href="node142.html"><code>nreverse</code></a> function, 14.1. Simple Sequence Functions
<a href="node152.html"><code>nset-difference</code></a> function, 15.5. Using Lists as Sets
<a href="node152.html"><code>nset-exclusive-or</code></a> function, 15.5. Using Lists as Sets
<a href="node167.html"><code>nstring-capitalize</code></a> function, 18.3. String Construction and Manipulation
<a href="node167.html"><code>nstring-downcase</code></a> function, 18.3. String Construction and Manipulation
<a href="node167.html"><code>nstring-upcase</code></a> function, 18.3. String Construction and Manipulation
<a href="node151.html"><code>nsublis</code></a> function, 15.4. Substitution of Expressions
<a href="node151.html"><code>nsubst</code></a> function, 15.4. Substitution of Expressions
<a href="node151.html"><code>nsubst-if</code></a> function, 15.4. Substitution of Expressions
<a href="node151.html"><code>nsubst-if-not</code></a> function, 15.4. Substitution of Expressions
<a href="node144.html"><code>nsubstitute</code></a> function, 14.3. Modifying Sequences
<a href="node144.html"><code>nsubstitute-if</code></a> function, 14.3. Modifying Sequences
<a href="node144.html"><code>nsubstitute-if-not</code></a> function, 14.3. Modifying Sequences
<a href="node149.html"><code>nth</code></a> function, 15.2. Lists
<a href="node94.html"><code>nth-value</code></a> macro, 7.10.1. Constructs for Handling Multiple Values
<a href="node149.html"><code>nthcdr</code></a> function, 15.2. Lists
<a href="node73.html"><code>null</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node73.html"><code>numberp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node130.html"><code>numerator</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node152.html"><code>nunion</code></a> function, 15.5. Using Lists as Sets
<a href="node123.html"><code>oddp</code></a> function, 12.2. Predicates on Numbers
<a href="node359.html"><code>off-line-port</code></a> declaration specifier
<a href="node215.html"><code>open</code></a> function, 23.2. Opening and Closing Files
<a href="node185.html"><code>open-stream-p</code></a> function, 21.3. Operations on Streams
<a href="node359.html"><code>optimizable-series-function</code></a> declaration specifier
<a href="node75.html"><code>or</code></a> macro, 6.4. Logical Operators
<a href="node185.html"><code>output-stream-p</code></a> function, 21.3. Operations on Streams
<a href="node118.html"><code>*package*</code></a> variable, 11.7. Package System Functions and Variables
<a href="node346.html"><code>package-error</code></a> type, 29.5. Predefined Condition Types
<a href="node346.html"><code>package-error-package</code></a> function, 29.5. Predefined Condition Types
<a href="node118.html"><code>package-name</code></a> function, 11.7. Package System Functions and Variables
<a href="node118.html"><code>package-nicknames</code></a> function, 11.7. Package System Functions and Variables
<a href="node118.html"><code>package-shadowing-symbols</code></a> function, 11.7. Package System Functions and Variables
<a href="node118.html"><code>package-use-list</code></a> function, 11.7. Package System Functions and Variables
<a href="node118.html"><code>package-used-by-list</code></a> function, 11.7. Package System Functions and Variables
<a href="node73.html"><code>packagep</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node153.html"><code>pairlis</code></a> function, 15.6. Association Lists
<a href="node195.html"><code>parse-integer</code></a> function, 22.2.1. Input from Character Streams
<a href="node102.html"><code>parse-macro</code></a> function, 8.5. Environments
<a href="node214.html"><code>parse-namestring</code></a> function, 23.1.6. Pathname Functions
<a href="node214.html"><code>pathname</code></a> function, 23.1.6. Pathname Functions
<a href="node214.html"><code>pathname-device</code></a> function, 23.1.6. Pathname Functions
<a href="node214.html"><code>pathname-directory</code></a> function, 23.1.6. Pathname Functions
<a href="node214.html"><code>pathname-host</code></a> function, 23.1.6. Pathname Functions
<a href="node207.html"><code>pathname-match-p</code></a> function, 23.1.4. Extended Wildcards
<a href="node214.html"><code>pathname-name</code></a> function, 23.1.6. Pathname Functions
<a href="node214.html"><code>pathname-type</code></a> function, 23.1.6. Pathname Functions
<a href="node214.html"><code>pathname-version</code></a> function, 23.1.6. Pathname Functions
<a href="node214.html"><code>pathnamep</code></a> function, 23.1.6. Pathname Functions
<a href="node195.html"><code>peek-char</code></a> function, 22.2.1. Input from Character Streams
<a href="node128.html"><code>phase</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node128.html"><code>pi</code></a> constant, 12.5.2. Trigonometric and Related Functions
<a href="node123.html"><code>plusp</code></a> function, 12.2. Predicates on Numbers
<a href="node149.html"><code>pop</code></a> macro, 15.2. Lists
<a href="node145.html"><code>position</code></a> function, 14.4. Searching Sequences for Items
<a href="node145.html"><code>position-if</code></a> function, 14.4. Searching Sequences for Items
<a href="node145.html"><code>position-if-not</code></a> function, 14.4. Searching Sequences for Items
<a href="node353.html"><code>positions</code></a> function, A.2.4. Conditional and Other Complex Transducers
<a href="node259.html"><code>pprint-dispatch</code></a> function, 27.6. Pretty Printing Dispatch Tables
<a href="node256.html"><code>pprint-exit-if-list-exhausted</code></a> macro, 27.3. Dynamic Control of the Arrangement of Output
<a href="node256.html"><code>pprint-fill</code></a> function, 27.3. Dynamic Control of the Arrangement of Output
<a href="node256.html"><code>pprint-indent</code></a> function, 27.3. Dynamic Control of the Arrangement of Output
<a href="node256.html"><code>pprint-linear</code></a> function, 27.3. Dynamic Control of the Arrangement of Output
<a href="node256.html"><code>pprint-logical-block</code></a> macro, 27.3. Dynamic Control of the Arrangement of Output
<a href="node256.html"><code>pprint-newline</code></a> function, 27.3. Dynamic Control of the Arrangement of Output
<a href="node256.html"><code>pprint-pop</code></a> macro, 27.3. Dynamic Control of the Arrangement of Output
<a href="node256.html"><code>pprint-tab</code></a> function, 27.3. Dynamic Control of the Arrangement of Output
<a href="node256.html"><code>pprint-tabular</code></a> function, 27.3. Dynamic Control of the Arrangement of Output
<a href="node352.html"><code>previous</code></a> function, A.2.3. Truncation and Other Simple Transducers
<a href="node198.html"><code>prin1</code></a> function, 22.3.1. Output to Character Streams
<a href="node193.html"><code>*print-array*</code></a> variable, 22.1.6. What the Print Function Produces
<a href="node193.html"><code>*print-base*</code></a> variable, 22.1.6. What the Print Function Produces
<a href="node193.html"><code>*print-case*</code></a> variable, 22.1.6. What the Print Function Produces
<a href="node193.html"><code>*print-circle*</code></a> variable, 22.1.6. What the Print Function Produces
<a href="node193.html"><code>*print-escape*</code></a> variable, 22.1.6. What the Print Function Produces
<a href="node193.html"><code>*print-gensym*</code></a> variable, 22.1.6. What the Print Function Produces
<a href="node193.html"><code>*print-length*</code></a> variable, 22.1.6. What the Print Function Produces
<a href="node193.html"><code>*print-level*</code></a> variable, 22.1.6. What the Print Function Produces
<a href="node255.html"><code>*print-lines*</code></a> variable, 27.2. Pretty Printing Control Variables
<a href="node255.html"><code>*print-miser-width*</code></a> variable, 27.2. Pretty Printing Control Variables
<a href="node311.html"><code>print-object</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node255.html"><code>*print-pprint-dispatch*</code></a> variable, 27.2. Pretty Printing Control Variables
<a href="node193.html"><code>*print-pretty*</code></a> variable, 22.1.6. What the Print Function Produces
<a href="node193.html"><code>*print-radix*</code></a> variable, 22.1.6. What the Print Function Produces
<a href="node193.html"><code>*print-readably*</code></a> variable, 22.1.6. What the Print Function Produces
<a href="node255.html"><code>*print-right-margin*</code></a> variable, 27.2. Pretty Printing Control Variables
<a href="node198.html"><code>print-unreadable-object</code></a> macro, 22.3.1. Output to Character Streams
<a href="node216.html"><code>probe-file</code></a> function, 23.3. Renaming, Deleting, and Other File Operations
<a href="node104.html"><code>proclaim</code></a> function, 9.1. Declaration Syntax
<a href="node361.html"><code>producing</code></a> macro, A.4. Primitives
<a href="node91.html"><code>prog</code></a> macro, 7.8.5. The ``Program Feature'' 
<a href="node91.html"><code>prog*</code></a> macro, 7.8.5. The ``Program Feature'' 
<a href="node82.html"><code>prog1</code></a> macro, 7.4. Simple Sequencing
<a href="node82.html"><code>prog2</code></a> macro, 7.4. Simple Sequencing
<a href="node82.html"><code>progn</code></a> special form, 7.4. Simple Sequencing
<a href="node346.html"><code>program-error</code></a> type, 29.5. Predefined Condition Types
<a href="node83.html"><code>progv</code></a> special form, 7.5. Establishing New Variable Binding
<a href="node361.html"><code>propagate-alterability</code></a> declaration specifier, A.4. Primitives
<a href="node119.html"><code>provide</code></a> function, 11.8. Modules
<a href="node80.html"><code>psetf</code></a> macro, 7.2. Generalized Variables
<a href="node79.html"><code>psetq</code></a> macro, 7.1.2. Assignment
<a href="node149.html"><code>push</code></a> macro, 15.2. Lists
<a href="node149.html"><code>pushnew</code></a> macro, 15.2. Lists
<a href="node183.html"><code>*query-io*</code></a> variable, 21.1. Standard Streams
<a href="node78.html"><code>quote</code></a> special form, 7.1.1. Reference
<a href="node133.html"><code>random</code></a> function, 12.9. Random Numbers
<a href="node133.html"><code>*random-state*</code></a> variable, 12.9. Random Numbers
<a href="node133.html"><code>random-state-p</code></a> function, 12.9. Random Numbers
<a href="node153.html"><code>rassoc</code></a> function, 15.6. Association Lists
<a href="node153.html"><code>rassoc-if</code></a> function, 15.6. Association Lists
<a href="node153.html"><code>rassoc-if-not</code></a> function, 15.6. Association Lists
<a href="node130.html"><code>rational</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node130.html"><code>rationalize</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node73.html"><code>rationalp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node195.html"><code>read</code></a> function, 22.2.1. Input from Character Streams
<a href="node189.html"><code>*read-base*</code></a> variable, 22.1.2. Parsing of Numbers and Symbols
<a href="node196.html"><code>read-byte</code></a> function, 22.2.2. Input from Binary Streams
<a href="node195.html"><code>read-char</code></a> function, 22.2.1. Input from Character Streams
<a href="node195.html"><code>read-char-no-hang</code></a> function, 22.2.1. Input from Character Streams
<a href="node195.html"><code>*read-default-float-format*</code></a> variable, 22.2.1. Input from Character Streams
<a href="node195.html"><code>read-delimited-list</code></a> function, 22.2.1. Input from Character Streams
<a href="node189.html"><code>*read-eval*</code></a> variable, 22.1.2. Parsing of Numbers and Symbols
<a href="node195.html"><code>read-from-string</code></a> function, 22.2.1. Input from Character Streams
<a href="node195.html"><code>read-line</code></a> function, 22.2.1. Input from Character Streams
<a href="node195.html"><code>read-preserving-whitespace</code></a> function, 22.2.1. Input from Character Streams
<a href="node189.html"><code>*read-suppress*</code></a> variable, 22.1.2. Parsing of Numbers and Symbols
<a href="node192.html"><code>*readtable*</code></a> variable, 22.1.5. The Readtable
<a href="node192.html"><code>readtable-case</code></a> function, 22.1.5. The Readtable
<a href="node192.html"><code>readtablep</code></a> function, 22.1.5. The Readtable
<a href="node73.html"><code>realp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node130.html"><code>realpart</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node143.html"><code>reduce</code></a> function, 14.2. Concatenating, Mapping, and Reducing Sequences
<a href="node311.html"><code>reinitialize-instance</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node130.html"><code>rem</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node108.html"><code>remf</code></a> macro, 10.1. The Property List
<a href="node155.html"><code>remhash</code></a> function, 16.1. Hash Table Functions
<a href="node144.html"><code>remove</code></a> function, 14.3. Modifying Sequences
<a href="node144.html"><code>remove-duplicates</code></a> function, 14.3. Modifying Sequences
<a href="node311.html"><code>remove-method</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node108.html"><code>remprop</code></a> function, 10.1. The Property List
<a href="node216.html"><code>rename-file</code></a> function, 23.3. Renaming, Deleting, and Other File Operations
<a href="node118.html"><code>rename-package</code></a> function, 11.7. Package System Functions and Variables
<a href="node244.html"><code>repeat</code></a> loop clause, 26.6. Iteration Control
<a href="node144.html"><code>replace</code></a> function, 14.3. Modifying Sequences
<a href="node119.html"><code>require</code></a> function, 11.8. Modules
<a href="node149.html"><code>rest</code></a> function, 15.2. Lists
<a href="node346.html"><code>restart</code></a> type, 29.5. Predefined Condition Types
<a href="node341.html"><code>restart-bind</code></a> macro, 29.4.7. Establishing Restarts
<a href="node341.html"><code>restart-case</code></a> macro, 29.4.7. Establishing Restarts
<a href="node342.html"><code>restart-name</code></a> function, 29.4.8. Finding and Manipulating Restarts
<a href="node365.html"><code>result-of</code></a> function, B.3. Gatherers
<a href="node85.html"><code>return</code></a> macro, 7.7. Blocks and Exits
<a href="node249.html"><code>return</code></a> loop clause, 26.11. Unconditional Execution
<a href="node85.html"><code>return-from</code></a> special form, 7.7. Blocks and Exits
<a href="node149.html"><code>revappend</code></a> function, 15.2. Lists
<a href="node142.html"><code>reverse</code></a> function, 14.1. Simple Sequence Functions
<a href="node230.html"><code>room</code></a> function, 25.3. Debugging Tools
<a href="node80.html"><code>rotatef</code></a> macro, 7.2. Generalized Variables
<a href="node130.html"><code>round</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node160.html"><code>row-major-aref</code></a> function, 17.3. Array Information
<a href="node150.html"><code>rplaca</code></a> function, 15.3. Alteration of List Structure
<a href="node150.html"><code>rplacd</code></a> function, 15.3. Alteration of List Structure
<a href="node161.html"><code>sbit</code></a> function, 17.4. Functions on Arrays of Bits
<a href="node130.html"><code>scale-float</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node350.html"><code>scan</code></a> function, A.2.1. Scanners
<a href="node350.html"><code>scan-alist</code></a> function, A.2.1. Scanners
<a href="node350.html"><code>scan-file</code></a> function, A.2.1. Scanners
<a href="node350.html"><code>scan-fn</code></a> function, A.2.1. Scanners
<a href="node350.html"><code>scan-fn-inclusive</code></a> function, A.2.1. Scanners
<a href="node350.html"><code>scan-hash</code></a> function, A.2.1. Scanners
<a href="node350.html"><code>scan-lists-of-lists</code></a> function, A.2.1. Scanners
<a href="node350.html"><code>scan-lists-of-lists-fringe</code></a> function, A.2.1. Scanners
<a href="node350.html"><code>scan-multiple</code></a> function, A.2.1. Scanners
<a href="node350.html"><code>scan-plist</code></a> function, A.2.1. Scanners
<a href="node350.html"><code>scan-range</code></a> function, A.2.1. Scanners
<a href="node350.html"><code>scan-sublists</code></a> function, A.2.1. Scanners
<a href="node350.html"><code>scan-symbols</code></a> function, A.2.1. Scanners
<a href="node165.html"><code>schar</code></a> function, 18.1. String Access
<a href="node145.html"><code>search</code></a> function, 14.4. Searching Sequences for Items
<a href="node149.html"><code>second</code></a> function, 15.2. Lists
<a href="node349.html"><code>series</code></a> type specifier, A.2. Series Functions
<a href="node349.html"><code>series</code></a> function, A.2. Series Functions
<a href="node360.html"><code>series-element-type</code></a> type specifier, A.3.4. Declarations
<a href="node346.html"><code>serious-condition</code></a> type, 29.5. Predefined Condition Types
<a href="node79.html"><code>set</code></a> function, 7.1.2. Assignment
<a href="node140.html"><code>set-char-bit</code></a> function, 13.5. Character Control-Bit Functions
<a href="node152.html"><code>set-difference</code></a> function, 15.5. Using Lists as Sets
<a href="node192.html"><code>set-dispatch-macro-character</code></a> function, 22.1.5. The Readtable
<a href="node152.html"><code>set-exclusive-or</code></a> function, 15.5. Using Lists as Sets
<a href="node192.html"><code>set-macro-character</code></a> function, 22.1.5. The Readtable
<a href="node259.html"><code>set-pprint-dispatch</code></a> function, 27.6. Pretty Printing Dispatch Tables
<a href="node192.html"><code>set-syntax-from-char</code></a> function, 22.1.5. The Readtable
<a href="node80.html"><code>setf</code></a> macro, 7.2. Generalized Variables
<a href="node79.html"><code>setq</code></a> special form, 7.1.2. Assignment
<a href="node149.html"><code>seventh</code></a> function, 15.2. Lists
<a href="node118.html"><code>shadow</code></a> function, 11.7. Package System Functions and Variables
<a href="node118.html"><code>shadowing-import</code></a> function, 11.7. Package System Functions and Variables
<a href="node311.html"><code>shared-initialize</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node80.html"><code>shiftf</code></a> macro, 7.2. Generalized Variables
<a href="node134.html"><code>short-float-epsilon</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>short-float-negative-epsilon</code></a> constant, 12.10. Implementation Parameters
<a href="node233.html"><code>short-site-name</code></a> function, 25.4.2. Other Environment Inquiries
<a href="node335.html"><code>signal</code></a> function, 29.4.1. Signaling Conditions
<a href="node128.html"><code>signum</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node73.html"><code>simple-bit-vector-p</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node346.html"><code>simple-condition</code></a> type, 29.5. Predefined Condition Types
<a href="node346.html"><code>simple-condition-format-arguments</code></a> function, 29.5. Predefined Condition Types
<a href="node346.html"><code>simple-condition-format-string</code></a> function, 29.5. Predefined Condition Types
<a href="node346.html"><code>simple-error</code></a> type, 29.5. Predefined Condition Types
<a href="node73.html"><code>simple-string-p</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node346.html"><code>simple-type-error</code></a> type, 29.5. Predefined Condition Types
<a href="node73.html"><code>simple-vector-p</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node346.html"><code>simple-warning</code></a> type, 29.5. Predefined Condition Types
<a href="node128.html"><code>sin</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node134.html"><code>single-float-epsilon</code></a> constant, 12.10. Implementation Parameters
<a href="node134.html"><code>single-float-negative-epsilon</code></a> constant, 12.10. Implementation Parameters
<a href="node128.html"><code>sinh</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node149.html"><code>sixth</code></a> function, 15.2. Lists
<a href="node232.html"><code>sleep</code></a> function, 25.4.1. Time Functions
<a href="node311.html"><code>slot-boundp</code></a> function, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>slot-exists-p</code></a> function, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>slot-makunbound</code></a> function, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>slot-missing</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>slot-unbound</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>slot-value</code></a> function, 28.2. Functions in the Programmer Interface
<a href="node233.html"><code>software-type</code></a> function, 25.4.2. Other Environment Inquiries
<a href="node233.html"><code>software-version</code></a> function, 25.4.2. Other Environment Inquiries
<a href="node143.html"><code>some</code></a> function, 14.2. Concatenating, Mapping, and Reducing Sequences
<a href="node146.html"><code>sort</code></a> function, 14.5. Sorting and Merging
<a href="node78.html"><code>special-form-p</code></a> function, 7.1.1. Reference
<a href="node353.html"><code>split</code></a> function, A.2.4. Conditional and Other Complex Transducers
<a href="node353.html"><code>split-if</code></a> function, A.2.4. Conditional and Other Complex Transducers
<a href="node127.html"><code>sqrt</code></a> function, 12.5.1. Exponential and Logarithmic Functions
<a href="node146.html"><code>stable-sort</code></a> function, 14.5. Sorting and Merging
<a href="node137.html"><code>standard-char-p</code></a> function, 13.2. Predicates on Characters
<a href="node183.html"><code>*standard-input*</code></a> variable, 21.1. Standard Streams
<a href="node183.html"><code>*standard-output*</code></a> variable, 21.1. Standard Streams
<a href="node230.html"><code>step</code></a> macro, 25.3. Debugging Tools
<a href="node346.html"><code>storage-condition</code></a> type, 29.5. Predefined Condition Types
<a href="node344.html"><code>store-value</code></a> function, 29.4.10. Restart Functions
<a href="node185.html"><code>stream-element-type</code></a> function, 21.3. Operations on Streams
<a href="node346.html"><code>stream-error</code></a> type, 29.5. Predefined Condition Types
<a href="node346.html"><code>stream-error-stream</code></a> function, 29.5. Predefined Condition Types
<a href="node185.html"><code>stream-external-format</code></a> function, 21.3. Operations on Streams
<a href="node185.html"><code>streamp</code></a> function, 21.3. Operations on Streams
<a href="node167.html"><code>string</code></a> function, 18.3. String Construction and Manipulation
<a href="node167.html"><code>string-capitalize</code></a> function, 18.3. String Construction and Manipulation
<a href="node137.html"><code>string-char-p</code></a> function, 13.2. Predicates on Characters
<a href="node167.html"><code>string-downcase</code></a> function, 18.3. String Construction and Manipulation
<a href="node166.html"><code>string-equal</code></a> function, 18.2. String Comparison
<a href="node166.html"><code>string-greaterp</code></a> function, 18.2. String Comparison
<a href="node167.html"><code>string-left-trim</code></a> function, 18.3. String Construction and Manipulation
<a href="node166.html"><code>string-lessp</code></a> function, 18.2. String Comparison
<a href="node166.html"><code>string-not-equal</code></a> function, 18.2. String Comparison
<a href="node166.html"><code>string-not-greaterp</code></a> function, 18.2. String Comparison
<a href="node166.html"><code>string-not-lessp</code></a> function, 18.2. String Comparison
<a href="node167.html"><code>string-right-trim</code></a> function, 18.3. String Construction and Manipulation
<a href="node167.html"><code>string-trim</code></a> function, 18.3. String Construction and Manipulation
<a href="node167.html"><code>string-upcase</code></a> function, 18.3. String Construction and Manipulation
<a href="node166.html"><code>string/=</code></a> function, 18.2. String Comparison
<a href="node166.html"><code>string</code>&lt;</a> function, 18.2. String Comparison
<a href="node166.html"><code>string</code>&lt;=</a> function, 18.2. String Comparison
<a href="node166.html"><code>string=</code></a> function, 18.2. String Comparison
<a href="node166.html"><code>string</code>&gt;</a> function, 18.2. String Comparison
<a href="node166.html"><code>string</code>&gt;=</a> function, 18.2. String Comparison
<a href="node73.html"><code>stringp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node151.html"><code>sublis</code></a> function, 15.4. Substitution of Expressions
<a href="node142.html"><code>subseq</code></a> function, 14.1. Simple Sequence Functions
<a href="node353.html"><code>subseries</code></a> function, A.2.4. Conditional and Other Complex Transducers
<a href="node152.html"><code>subsetp</code></a> function, 15.5. Using Lists as Sets
<a href="node151.html"><code>subst</code></a> function, 15.4. Substitution of Expressions
<a href="node151.html"><code>subst-if</code></a> function, 15.4. Substitution of Expressions
<a href="node151.html"><code>subst-if-not</code></a> function, 15.4. Substitution of Expressions
<a href="node144.html"><code>substitute</code></a> function, 14.3. Modifying Sequences
<a href="node144.html"><code>substitute-if</code></a> function, 14.3. Modifying Sequences
<a href="node144.html"><code>substitute-if-not</code></a> function, 14.3. Modifying Sequences
<a href="node72.html"><code>subtypep</code></a> function, 6.2.1. General Type Predicates
<a href="node246.html"><code>sum</code></a> loop clause, 26.8. Value Accumulation
<a href="node246.html"><code>summing</code></a> loop clause, 26.8. Value Accumulation
<a href="node357.html"><code>*suppress-series-warnings*</code></a> variable
<a href="node159.html"><code>svref</code></a> function, 17.2. Array Access
<a href="node156.html"><code>sxhash</code></a> function, 16.2. Primitive Hash Function
<a href="node78.html"><code>symbol-function</code></a> function, 7.1.1. Reference
<a href="node83.html"><code>symbol-macrolet</code></a> special form, 7.5. Establishing New Variable Binding
<a href="node109.html"><code>symbol-name</code></a> function, 10.2. The Print Name
<a href="node110.html"><code>symbol-package</code></a> function, 10.3. Creating Symbols
<a href="node108.html"><code>symbol-plist</code></a> function, 10.1. The Property List
<a href="node78.html"><code>symbol-value</code></a> function, 7.1.1. Reference
<a href="node73.html"><code>symbolp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node185.html"><code>synonym-stream-symbol</code></a> function, 21.3. Operations on Streams
<a href="node70.html"><code>t</code></a> constant, 6.1. Logical Values
<a href="node91.html"><code>tagbody</code></a> special form, 7.8.5. The ``Program Feature'' 
<a href="node152.html"><code>tailp</code></a> function, 15.5. Using Lists as Sets
<a href="node128.html"><code>tan</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node128.html"><code>tanh</code></a> function, 12.5.2. Trigonometric and Related Functions
<a href="node149.html"><code>tenth</code></a> function, 15.2. Lists
<a href="node183.html"><code>*terminal-io*</code></a> variable, 21.1. Standard Streams
<a href="node361.html"><code>terminate-producing</code></a> macro, A.4. Primitives
<a href="node198.html"><code>terpri</code></a> function, 22.3.1. Output to Character Streams
<a href="node106.html"><code>the</code></a> special form, 9.3. Type Declaration for Forms
<a href="node245.html"><code>thereis</code></a> loop clause, 26.7. End-Test Control
<a href="node149.html"><code>third</code></a> function, 15.2. Lists
<a href="node96.html"><code>throw</code></a> special form, 7.11. Dynamic Non-Local Exits
<a href="node230.html"><code>time</code></a> macro, 25.3. Debugging Tools
<a href="node355.html"><code>to-alter</code></a> function, A.2.6. Alteration of Series
<a href="node230.html"><code>trace</code></a> macro, 25.3. Debugging Tools
<a href="node183.html"><code>*trace-output*</code></a> variable, 21.1. Standard Streams
<a href="node211.html"><code>translate-logical-pathname</code></a> function, 23.1.5.3. Using Logical Pathnames
<a href="node207.html"><code>translate-pathname</code></a> function, 23.1.4. Extended Wildcards
<a href="node148.html"><code>tree-equal</code></a> function, 15.1. Conses
<a href="node214.html"><code>truename</code></a> function, 23.1.6. Pathname Functions
<a href="node130.html"><code>truncate</code></a> function, 12.6. Type Conversions and Component Extractions on Numbers
<a href="node185.html"><code>two-way-stream-input-stream</code></a> function, 21.3. Operations on Streams
<a href="node185.html"><code>two-way-stream-output-stream</code></a> function, 21.3. Operations on Streams
<a href="node346.html"><code>type-error</code></a> type, 29.5. Predefined Condition Types
<a href="node346.html"><code>type-error-datum</code></a> function, 29.5. Predefined Condition Types
<a href="node346.html"><code>type-error-expected-type</code></a> function, 29.5. Predefined Condition Types
<a href="node53.html"><code>type-of</code></a> function, 4.9. Determining the Type of an Object
<a href="node84.html"><code>typecase</code></a> macro, 7.6. Conditionals
<a href="node72.html"><code>typep</code></a> function, 6.2.1. General Type Predicates
<a href="node346.html"><code>unbound-variable</code></a> type, 29.5. Predefined Condition Types
<a href="node346.html"><code>undefined-function</code></a> type, 29.5. Predefined Condition Types
<a href="node118.html"><code>unexport</code></a> function, 11.7. Package System Functions and Variables
<a href="node118.html"><code>unintern</code></a> function, 11.7. Package System Functions and Variables
<a href="node152.html"><code>union</code></a> function, 15.5. Using Lists as Sets
<a href="node84.html"><code>unless</code></a> macro, 7.6. Conditionals
<a href="node248.html"><code>unless</code></a> loop clause, 26.10. Conditional Execution
<a href="node195.html"><code>unread-char</code></a> function, 22.2.1. Input from Character Streams
<a href="node245.html"><code>until</code></a> loop clause, 26.7. End-Test Control
<a href="node352.html"><code>until</code></a> function, A.2.3. Truncation and Other Simple Transducers
<a href="node352.html"><code>until-if</code></a> function, A.2.3. Truncation and Other Simple Transducers
<a href="node230.html"><code>untrace</code></a> macro, 25.3. Debugging Tools
<a href="node118.html"><code>unuse-package</code></a> function, 11.7. Package System Functions and Variables
<a href="node96.html"><code>unwind-protect</code></a> special form, 7.11. Dynamic Non-Local Exits
<a href="node311.html"><code>update-instance-for-different-class</code></a> generic function, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>update-instance-for-redefined-class</code></a> generic functio, 28.2. Functions in the Programmer Interfacen
<a href="node54.html"><code>upgraded-array-element-type</code></a> function, 4.10. Type Upgrading
<a href="node54.html"><code>upgraded-complex-part-type</code></a> function, 4.10. Type Upgrading
<a href="node137.html"><code>upper-case-p</code></a> function, 13.2. Predicates on Characters
<a href="node118.html"><code>use-package</code></a> function, 11.7. Package System Functions and Variables
<a href="node344.html"><code>use-value</code></a> function, 29.4.10. Restart Functions
<a href="node214.html"><code>user-homedir-pathname</code></a> function, 23.1.6. Pathname Functions
<a href="node94.html"><code>values</code></a> function, 7.10.1. Constructs for Handling Multiple Values
<a href="node94.html"><code>values-list</code></a> function, 7.10.1. Constructs for Handling Multiple Values
<a href="node102.html"><code>variable-information</code></a> function, 8.5. Environments
<a href="node158.html"><code>vector</code></a> function, 17.1. Array Creation
<a href="node162.html"><code>vector-pop</code></a> function, 17.5. Fill Pointers
<a href="node162.html"><code>vector-push</code></a> function, 17.5. Fill Pointers
<a href="node162.html"><code>vector-push-extend</code></a> function, 17.5. Fill Pointers
<a href="node73.html"><code>vectorp</code></a> function, 6.2.2. Specific Data Type Predicates
<a href="node220.html"><code>warn</code></a> function, 24.1. General Error-Signaling Functions
<a href="node343.html"><code>warn</code></a> function, 29.4.9. Warnings
<a href="node346.html"><code>warning</code></a> type, 29.5. Predefined Condition Types
<a href="node84.html"><code>when</code></a> macro, 7.6. Conditionals
<a href="node248.html"><code>when</code></a> loop clause, 26.10. Conditional Execution
<a href="node245.html"><code>while</code></a> loop clause, 26.7. End-Test Control
<a href="node207.html"><code>wild-pathname-p</code></a> function, 23.1.4. Extended Wildcards
<a href="node247.html"><code>with</code></a> loop clause, 26.9. Variable Initializations 
<a href="node311.html"><code>with-accessors</code></a> macro, 28.2. Functions in the Programmer Interface
<a href="node311.html"><code>with-added-methods</code></a> special form, 28.2. Functions in the Programmer Interface
<a href="node224.html"><code>with-compilation-unit</code></a> macro, 25.1. The Compiler
<a href="node341.html"><code>with-condition-restarts</code></a> macro, 29.4.7. Establishing Restarts
<a href="node155.html"><code>with-hash-table-iterator</code></a> macro, 16.1. Hash Table Functions
<a href="node184.html"><code>with-input-from-string</code></a> macro, 21.2. Creating New Streams
<a href="node215.html"><code>with-open-file</code></a> macro, 23.2. Opening and Closing Files
<a href="node184.html"><code>with-open-stream</code></a> macro, 21.2. Creating New Streams
<a href="node184.html"><code>with-output-to-string</code></a> macro, 21.2. Creating New Streams
<a href="node118.html"><code>with-package-iterator</code></a> macro, 11.7. Package System Functions and Variables
<a href="node341.html"><code>with-simple-restart</code></a> macro, 29.4.7. Establishing Restarts
<a href="node311.html"><code>with-slots</code></a> macro, 28.2. Functions in the Programmer Interface
<a href="node193.html"><code>with-standard-io-syntax</code></a> macro, 22.1.6. What the Print Function Produces
<a href="node198.html"><code>write</code></a> function, 22.3.1. Output to Character Streams
<a href="node199.html"><code>write-byte</code></a> function, 22.3.2. Output to Binary Streams
<a href="node198.html"><code>write-char</code></a> function, 22.3.1. Output to Character Streams
<a href="node198.html"><code>write-string</code></a> function, 22.3.1. Output to Character Streams
<a href="node198.html"><code>write-to-string</code></a> function, 22.3.1. Output to Character Streams
<a href="node201.html"><code>y-or-n-p</code></a> function, 22.4. Querying the User
<a href="node201.html"><code>yes-or-no-p</code></a> function, 22.4. Querying the User 
<a href="node123.html"><code>zerop</code></a> function, 12.2. Predicates on Numbers
</pre>
<P>
<HR>
<P><ADDRESS>
·············@cs.cmu.edu
</ADDRESS>
</BODY>