cl-environments

MIT

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 ...)