37d0070bed6b5fba33620b946fac11ad8b67f1a0
[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 @set EDITION 0.1
9 @set VERSION 0.8.9
10 @set UPDATED 2 April 2004
11 @set UPDATE-MONTH April 2004
12
13 @c for install-info
14 @dircategory Software development
15 @direntry
16 * sbcl: (sbcl).           The Steel Bank Common Lisp compiler
17 @end direntry
18
19
20
21 @copying
22
23 @quotation
24 This manual is part of the SBCL software system. See the @file{README} file
25 for more information.
26
27 This manual is largely derived from the manual for the CMUCL system,
28 which was produced at Carnegie Mellon University and later released
29 into the public domain. This manual is in the public domain and is
30 provided with absolutely no warranty. See the @file{COPYING} and
31 @file{CREDITS} files for more information.
32 @end quotation
33
34 @end copying
35
36 @titlepage
37
38 @title SBCL User Manual
39 @subtitle SBCL Version @value{VERSION}
40 @subtitle @value{UPDATE-MONTH}
41 @c @author The CMUCL and SBCL teams
42
43
44 @c The following two commands start the copyright page.
45 @page
46 @vskip 0pt plus 1filll
47 @insertcopying
48
49 @end titlepage
50
51 @contents
52
53 @ifnottex
54
55 @node Top
56 @comment  node-name,  next,  previous,  up
57 @top sbcl
58
59 @insertcopying
60
61 @menu
62 * Introduction::
63 * The Compiler::
64 * The Debugger::
65 * Efficiency::
66 * Beyond The ANSI Standard::
67 * The Foreign Function Interface::
68 * Contributed Modules::
69 * Concept Index::
70 * Function Index::
71 * Variable Index::
72 * Colophon::
73 @end menu
74
75 @end ifnottex
76
77 @include intro.texinfo
78 @include compiler.texinfo
79 @include debugger.texinfo
80 @include efficiency.texinfo
81 @include beyond-ansi.texinfo
82 @include ffi.texinfo
83 @include contrib-modules.texinfo
84 @include backmatter.texinfo
85
86 @bye