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

sbcl-lisp-namespace

LISP-N, or extensible namespaces in Common Lisp

Common Lisp already has major 2 namespaces, function namespace and value namespace (or variable namespace), but there are actually more — e.g., class namespace. This library offers macros to deal with symbols from any namespace.

Installation

Install the latest version of sbcl-lisp-namespace as follows:

guix install sbcl-lisp-namespace

Or install a particular version:

guix install sbcl-lisp-namespace@0.1-2.699fccb

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.