Declt 2.2 "Christopher Pike" is out

Oct 16, 2017·
Didier Verna
Didier Verna
· 1 min read

I’m happy to announce the release of Declt my reference manual generator for Common Lisp Libraries.

The improvements and bug fixes in this release are the result of running Declt against the whole Quicklisp world (around 3000 ASDF systems for 1500 libraries). See this post for more information.

New in this release:

  • Require a UTF-8 environment.
  • Understand ASDF’s notion of inferred system, and also be more protective against ASDF extensions.
  • Support for improper lambda lists (e.g. destructuring ones).
  • Improve contact defaulting code.
  • Update support for SBCL’s setf expanders introspection.
  • Accept ASDF system designators.
  • Various bug fixes in the areas of method combinations, accessor definition merging and setf expanders.