sbcl.sbcl/doc
Nikodemus Siivola e583bce51c 0.8.13.75: MORE MANUALS
* Pull asdf.texinfo from upstream; build and install
               it along with the rest of the documentation.
2004-08-18 12:42:43 +00:00
..
catalogs 0.8.9.56: 2004-04-22 18:09:37 +00:00
internals-notes 0.8.13.64: 2004-08-16 15:01:47 +00:00
manual 0.8.13.75: MORE MANUALS 2004-08-18 12:42:43 +00:00
.cvsignore 0.8.6.2: 2003-11-26 15:16:06 +00:00
beyond-ansi.xml 0.8.7.3 2004-01-01 22:02:49 +00:00
clean.sh 0.8.10.16: 2004-05-09 20:26:27 +00:00
compiler.xml 0.8.6.24: 2003-12-02 01:47:55 +00:00
DOCDOC 0.8.8: 2004-02-24 22:52:25 +00:00
efficiency.xml 0.8.6.24: 2003-12-02 01:47:55 +00:00
entities.inc 0.8.6.1: 2003-11-26 02:11:09 +00:00
ffi.xml 0.8.6.36: 2003-12-12 04:34:32 +00:00
fo.xsl 0.8.6.1: 2003-11-26 02:11:09 +00:00
FOR-CMUCL-DEVELOPERS Initial revision 2000-09-18 01:26:16 +00:00
html.xsl 0.8.6.1: 2003-11-26 02:11:09 +00:00
html_chunk.xsl 0.8.6.33: 2003-12-08 19:15:08 +00:00
intro.xml 0.8.6.24: 2003-12-02 01:47:55 +00:00
make-doc.sh 0.8.6.2: 2003-11-26 15:16:06 +00:00
Makefile 0.8.9.1: 2004-03-24 16:26:26 +00:00
README 0.pre7.8: 2001-08-10 14:43:17 +00:00
sbcl-asdf-install.1 0.8.6.1: 2003-11-26 02:11:09 +00:00
sbcl.1 0.8.10.62: 2004-05-29 15:55:23 +00:00
user-manual.xml 0.8.6.24: 2003-12-02 01:47:55 +00:00

SBCL is -- ahem! -- not completely documented at this point. What can
I say? Help with documentation might not be refused.:-)

There is a Unix man page, sbcl.1.

There is a user manual in DocBook format, in user-manual.sgml. (In
binary distributions, the compiled-into-HTML translations are also
included.) Several free software packages are available to compile
DocBook into HTML or other formats. The commands to use 'jade' to
translate the manual into HTML are in make-doc.sh.

Much of the documentation for supported extensions is in their Lisp
doc strings. For example, to find out how to use the SAVE-LISP-AND-DIE
function in the SB-EXT package, you can execute
  (documentation 'sb-ext:save-lisp-and-die 'function)
or
  (describe 'sb-ext:save-lisp-and-die)
in SBCL.

The user manual is incomplete, and some of its chapters are just notes
that "this is similar to chapter such-and-such of the CMU CL user
manual". The old CMU CL documentation can still be useful both for
missing chapters of the user manual and for documentation of the
internals of the system. It can be downloaded from
<ftp://sbcl.sourceforge.net/pub/sbcl/cmucl-docs.tar.bz2>.