sbcl.sbcl/doc
Christophe Rhodes 1cae060fd9 0.8.17.27:
Improve ENUM support a little.  (VJA sbcl-devel 2004-12-09)
	... SB-ALIEN enums not limited to symbols any more;
	... SB-GROVEL enum grovelation;
	... tests (which pass despite the current, erm, suboptimality
		of arithmetic :)
2004-12-09 16:15:57 +00:00
..
internals-notes 0.8.15.7 2004-10-03 00:57:13 +00:00
manual 0.8.17.27: 2004-12-09 16:15:57 +00:00
.cvsignore 0.8.6.2: 2003-11-26 15:16:06 +00:00
clean.sh 0.8.14.28: 2004-09-19 19:38:55 +00:00
entities.inc 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
make-doc.sh 0.8.14.28: 2004-09-19 19:38:55 +00:00
README 0.8.14.28: 2004-09-19 19:38:55 +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

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 texinfo format, in doc/manual/. (In
binary distributions, the compiled-into-HTML translations are also
included.) 

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>.