This project is intended as a catchall for small, general-purpose extensions to Common Lisp, typically macros. It is in the public domain.
Current contents:
let
,
let*
, and multiple-value-bind
. Very handy for
those who make heavy use of multiple values, as I do.map
(hence the name). Taste in iteration macros varies widely —
personally, I despise loop
, considering it a conspiracy to
make Lisp look like Cobol. GMap is much more elegant, in my eyes. GMap is
quite reminiscent of Series,
but much simpler and ultimately less powerful; yet it handles a lot of
common cases, and seems to me (its author) very easy to understand and
use.More information can be found on the CLiki page.
I invite others to submit for inclusion macros or other extensions they think might be of general interest. The only requirements are
use-package
, shadowing-import
) to activate the
functionality.Documentation is in the source.
I expect the volume on these lists to be extremely low.
The usual way of downloading this package is by ASDF-Install. My GPG
public key fingerprint is: D15D B125 659E 5629 C017 05FA 5842 A76C 4C1D
39D8
You can browse our CVS repository or download the current development tree via anonymous cvs, as described here