cl-environments
Implements the CLTL2 environment access functionality for implementations which do not provide the functionality to the programmer.
$ area51 add cl-environmentsコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-environments:some-function ...)