CL-reference
CL-reference copied to clipboard
Reference manual for the Common Lisp programming language.
I think the reference manual needs a glossary. But I want the glossary to be better than that of the HyperSpec. I often find myself looking at a glossary entry...
There is a lightweight markup language which is probably superior to LaTeX in the domain of technical programming documentation, and it's AsciiDoc, in it's current incarnation called [Asciidoctor](asciidoctor.org/). As this...
I've been trying to compile this by calling `make` (mostly to have a look at what's there so far), but it keeps failing. Could you please list the dependencies needed...