sbcl.sbcl/doc
Gabor Melis a797aedf9d fix ffi documentation at the source
The generated texinfo files (e.g. ffi.texinfo) are under version
control only to be able to conveniently track the Markdown-to-Texinfo
output until it's deemed stable enough.
2026-08-15 17:50:15 +02:00
..
cmu-user Remove cmu-user.dict 2022-10-03 18:44:01 -04:00
internals Remove sentence which has been untrue for about 5 years 2025-11-09 18:53:29 -05:00
internals-notes Change SSET to not use tombstones 2026-07-10 01:15:48 +00:00
manual fix ffi documentation at the source 2026-08-15 17:50:15 +02:00
clean.sh Tighten up the cd-then-clean.sh idiom. 2021-03-14 19:37:32 +03:00
FOR-CMUCL-DEVELOPERS Remove #\! reader macro 2019-01-30 13:05:59 -05:00
GIT-FOR-SBCL-HACKERS.txt 1.0.20.29: small FIND fix & win32 build fix 2008-09-24 14:55:13 +00:00
GIT-WORKFLOW.md A git-only SBCL workflow 2011-06-06 09:48:08 +03:00
make-doc.sh 1.0.42.51: disable split html manual building 2010-09-21 15:29:10 +00:00
PACKAGING-SBCL.txt Housekeeping: whitespace, typos, comments, credits 2026-05-30 10:57:36 +02:00
README various documentation changes 2026-07-02 14:47:25 +02:00
sbcl.1 Document --tls-limit 2026-02-11 11:06:20 +01:00

SBCL is -- ahem! -- imperfectly documented. What can we 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/, generated
from the SB-MANUAL contrib. (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>.