deferred
A simple library allowing you to write code using deferred libraries.
$ area51 add deferredCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(deferred:some-function ...)A simple library allowing you to write code using deferred libraries.
$ area51 add deferredCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(deferred:some-function ...)