0.8.13.70: MORE DOCUMENTATION
[sbcl.git] / doc / manual / sbcl.texinfo
1 \input texinfo   @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename sbcl.info
4 @settitle SBCL User Manual
5 @c %**end of header
6
7
8 @include variables.texinfo
9 @set EDITION 0.1
10 @settitle SBCL @value{VERSION} User Manual 
11
12 @c for install-info
13 @dircategory Software development
14 @direntry
15 * sbcl: (sbcl).           The Steel Bank Common Lisp compiler
16 @end direntry
17
18 @copying
19
20 @quotation
21 This manual is part of the SBCL software system. See the
22 @file{README} file for more information.
23
24 This manual is largely derived from the manual for the CMUCL system,
25 which was produced at Carnegie Mellon University and later released
26 into the public domain. This manual is in the public domain and is
27 provided with absolutely no warranty. See the @file{COPYING} and
28 @file{CREDITS} files for more information.
29 @end quotation
30
31 @end copying
32
33 @titlepage
34
35 @title SBCL User Manual
36 @subtitle SBCL version @value{VERSION}
37 @subtitle @value{UPDATE-MONTH}
38 @c @author The CMUCL and SBCL teams
39
40
41 @c The following two commands start the copyright page.
42 @page
43 @vskip 0pt plus 1filll
44 @insertcopying
45
46 @end titlepage
47
48 @contents
49
50 @ifnottex
51
52 @node Top
53 @comment  node-name,  next,  previous,  up
54 @top sbcl
55
56 @insertcopying
57
58 @menu
59 * Introduction::                
60 * Compiler::                    
61 * Debugger::                    
62 * Efficiency::                  
63 * Beyond the ANSI Standard::    
64 * Foreign Function Interface::  
65 * Extensible Streams::          
66 * Package Locks::               
67 * Networking::                  
68 * Profiling::                   
69 * Contributed Modules::         
70 * Concept Index::               
71 * Function Index::              
72 * Variable Index::              
73 * Type Index::                  
74 * Colophon::                    
75 @end menu
76
77 @end ifnottex
78
79 @node Introduction
80 @comment  node-name,  next,  previous,  up
81 @chapter Introduction
82 @include intro.texinfo
83
84 @node Compiler
85 @comment  node-name,  next,  previous,  up
86 @chapter Compiler
87 @include compiler.texinfo
88
89 @node Debugger
90 @comment  node-name,  next,  previous,  up
91 @chapter Debugger
92 @include debugger.texinfo
93
94 @node Efficiency
95 @comment  node-name,  next,  previous,  up
96 @chapter Efficiency
97 @include efficiency.texinfo
98
99 @node  Beyond the ANSI Standard
100 @comment  node-name,  next,  previous,  up
101 @chapter Beyond the ANSI Standard
102 @include beyond-ansi.texinfo
103
104 @node  Foreign Function Interface
105 @comment  node-name,  next,  previous,  up
106 @chapter Foreign Function Interface
107 @include ffi.texinfo
108
109 @node Extensible Streams
110 @comment  node-name,  next,  previous,  up
111 @chapter Extensible Streams
112 @include streams.texinfo
113
114 @node Package Locks
115 @comment  node-name,  next,  previous,  up
116 @chapter Package Locks
117 @include package-locks.texi-temp
118
119 @node Networking
120 @comment  node-name,  next,  previous,  up
121 @chapter Networking
122 @include sb-bsd-sockets/sb-bsd-sockets.texinfo
123
124 @node Profiling
125 @comment  node-name,  next,  previous,  up
126 @chapter Profiling
127 @include profiling.texinfo
128
129 @node Contributed Modules
130 @comment  node-name,  next,  previous,  up
131 @chapter Contributed Modules
132 @include contrib-modules.texinfo
133
134 @node Concept Index
135 @comment  node-name,  next,  previous,  up
136 @appendix Concept Index
137 @printindex cp
138
139 @node Function Index
140 @comment  node-name,  next,  previous,  up
141 @appendix Function Index
142 @printindex fn
143
144 @node Variable Index
145 @comment  node-name,  next,  previous,  up
146 @appendix Variable Index
147 @printindex vr
148
149 @node Type Index
150 @comment  node-name,  next,  previous,  up
151 @appendix Type Index
152 @printindex tp
153
154 @node Colophon
155 @comment  node-name,  next,  previous,  up
156 @unnumbered Colophon
157
158 This manual is maintained in Texinfo, and automatically translated
159 into other forms (e.g. HTML or pdf). If you're @emph{reading} this
160 manual in one of these non-Texinfo translated forms, that's fine, but
161 if you want to @emph{modify} this manual, you are strongly advised to
162 seek out a Texinfo version and modify that instead of modifying a
163 translated version. Even better might be to seek out @emph{the}
164 Texinfo version (maintained at the time of this writing as part of the
165 SBCL project at @uref{http://sbcl.sourceforge.net/}) and submit a
166 patch.
167
168
169 @bye