cl-environments

MIT

Implements the CLTL2 environment access functionality for implementations which do not provide the functionality to the programmer.

$ area51 add cl-environmentsCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-environments:some-function ...)