[Openmcl-devel] Lisp DOC
R. Matthew Emerson
rme at clozure.com
Thu Nov 13 16:42:29 PST 2008
On Nov 13, 2008, at 6:57 PM, Alexander Repenning wrote:
> It is simple to write little code producing a LOT of documentation
> with Lisp. The trivial little hack below produces documentation for
> the entire CL class tree. Especially when classes
> include :documentation even the code below is somewhat useful.
> However, my real question is this. Is anybody aware of some Java DOC-
> like tool for Lisp? That is, something like that thing below but with
> formated output (e.g., HTML with style sheet)? It would seem to be
> such an obvious and simple thing to do in Lisp that I would assume it
> already exists?
You might look at the links at the following page:
http://www.cliki.net/Documentation%20tool
(I don't use any of them, so I can't really offer any opinions on
which ones are good/bad.)
More information about the Openmcl-devel
mailing list