f2146e53e12440dadc753d47947b68e4182f2270
[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 * The Compiler::
61 * The Debugger::
62 * Efficiency::
63 * Beyond The ANSI Standard::
64 * The Foreign Function Interface::
65 * Contributed Modules::
66 * Concept Index::
67 * Function Index::
68 * Variable Index::
69 * Type Index::
70 * Colophon::
71 @end menu
72
73 @end ifnottex
74
75 @include intro.texinfo
76 @include compiler.texinfo
77 @include debugger.texinfo
78 @include efficiency.texinfo
79 @include beyond-ansi.texinfo
80 @include ffi.texinfo
81 @include contrib-modules.texinfo
82 @include backmatter.texinfo
83
84 @bye