cl-environments
Implements the Common Lisp standard environment access API
This library provides a uniform API, as specified in Common Lisp the Language 2, for accessing information about variable and function bindings from implementation-defined lexical environment objects. All major Common Lisp implementations are supported, even those which don't support the CLTL2 environment access API.
- Versions: 0.4
- Website: https://github.com/alex-gutev/cl-environments
- Licenses: Expat
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cl-environments
as follows:
guix install cl-environments
Or install a particular version:
guix install cl-environments@0.4
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.