This package browser is in early development. Mind the rough edges.

cl-clamp

Common Lisp with Arc macros and procedures

Clamp is an attempt to bring the powerful, but verbose, language of Common Lisp up to the terseness of Arc.

There are two parts to Clamp. There is the core of Clamp, which implements the utilities of Arc that are easily converted from Arc to Common Lisp. The other part is the "experimental" part. It contains features of Arc that are not so easy to copy (ssyntax, argument destructuring, etc.).

Installation

Install the latest version of cl-clamp as follows:

guix install cl-clamp

Or install a particular version:

guix install cl-clamp@0.3-1.02b8f39

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.