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.
- Versions: 0.1-2.699fccb
- 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 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.
Badge code
You can use the following badge to inform users of sbcl-lisp-namespace about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/sbcl-lisp-namespace'><img src='https://packages.guix.gnu.org/packages/sbcl-lisp-namespace/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/sbcl-lisp-namespace/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/sbcl-lisp-namespace)
Example Org:
[[https://packages.guix.gnu.org/packages/sbcl-lisp-namespace][https://packages.guix.gnu.org/packages/sbcl-lisp-namespace/badges/latest-version.svg]]