sbcl-misc-extensions 3.3-1.101c051 Collection of small macros and extensions for Common Lisp

This project is intended as a catchall for small, general-purpose extensions to Common Lisp. It contains:

  • new-let, a macro that combines and generalizes let, let* and multiple-value-bind,

  • gmap, an iteration macro that generalizes map.