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

cl-environments 0.4

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 cl-environments 0.4 as follows:

guix install cl-environments@0.4

Or install the latest version:

guix install cl-environments

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.