I'm making this post here because my project, Docbrowser, was included in the
latest update of Quicklisp, and I wanted to give a heads-up to anyone who may be
interested in the project.
Docbrowser is a documentation browser for Common Lisp. It uses Hunchentoot to
provide a simple way of getting an overview of the functions, classes and
variables).
The source code is available at
http://code.google.com/p/docbrowser/, or you
could just install it via Quicklisp.
The project also contains a template system that generates Lisp code that is
subsequently compiled. It's quite effective, and while it's not an "official"
project on its own right (yet), I just wanted to get the word out in case anyone
is interested in looking at it.
Regards,
Elias