32 lines
1.7 KiB
HTML
32 lines
1.7 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML 2.0//EN">
|
||
|
<!Converted with LaTeX2HTML 0.6.5 (Tue Nov 15 1994) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds >
|
||
|
<HEAD>
|
||
|
<TITLE>2.8. Packages</TITLE>
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
<meta name="description" value=" Packages">
|
||
|
<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=tex2html1939 HREF="node36.html"><IMG ALIGN=BOTTOM ALT="next" SRC="icons/next_motif.gif"></A> <A NAME=tex2html1937 HREF="node15.html"><IMG ALIGN=BOTTOM ALT="up" SRC="icons/up_motif.gif"></A> <A NAME=tex2html1931 HREF="node34.html"><IMG ALIGN=BOTTOM ALT="previous" SRC="icons/previous_motif.gif"></A> <A NAME=tex2html1941 HREF="node1.html"><IMG ALIGN=BOTTOM ALT="contents" SRC="icons/contents_motif.gif"></A> <A NAME=tex2html1942 HREF="index.html"><IMG ALIGN=BOTTOM ALT="index" SRC="icons/index_motif.gif"></A> <BR>
|
||
|
<B> Next:</B> <A NAME=tex2html1940 HREF="node36.html"> Pathnames</A>
|
||
|
<B>Up:</B> <A NAME=tex2html1938 HREF="node15.html"> Data Types</A>
|
||
|
<B> Previous:</B> <A NAME=tex2html1932 HREF="node34.html"> Readtables</A>
|
||
|
<HR> <P>
|
||
|
<H1><A NAME=SECTION00680000000000000000>2.8. Packages</A></H1>
|
||
|
<P>
|
||
|
Packages are collections of symbols that serve as name spaces.
|
||
|
The parser recognizes symbols by looking up character sequences
|
||
|
in the current package. Packages can be used to hide
|
||
|
names internal to a module from other code. Mechanisms are provided
|
||
|
for exporting symbols from a given package to the primary ``user'' package.
|
||
|
See chapter <A HREF="node111.html#XPACK">11</A>.
|
||
|
<P>
|
||
|
<HR>
|
||
|
<P><ADDRESS>
|
||
|
AI.Repository@cs.cmu.edu
|
||
|
</ADDRESS>
|
||
|
</BODY>
|