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