Clon 1.0b23 is out

Sep 26, 2012·
Didier Verna
Didier Verna
· 1 min read

A new version of Clon , the Common Lisp / Command-Line Options Nuker, is out.

Amongst other things, the following improvements have been made.

  • Support for ABCL has been updated, now that it provides a full MOP.
  • A workaround for SBCL’s CC environment variable problem has been implemented. If the variable is not set (required for sb-grovel), Clon now switches to restricted mode instead of aborting.
  • The dump macro has been extended to accept a &rest argument that will be passed on to the underlying, implementation-specific, dumping facility.
  • A contrib directory has been added, for storing unapplied patches, suggestions etc.