cl-sandbox

MIT

Utility package for creating safe experimental environment.

$ area51 add cl-sandboxCopy

Usage

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

Dependencies