sbcl-lisp-namespace 0.1-2.699fccb
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.
- Outputs:
out
- Website: https://github.com/guicho271828/lisp-namespace
- Licenses: LLGPL
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sbcl-lisp-namespace 0.1-2.699fccb
as follows:
guix install sbcl-lisp-namespace@0.1-2.699fccb
Or install the latest version:
guix install sbcl-lisp-namespace
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.