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

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.

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.