trivial-wish
Create 'wishes' which are requests to compute something later
$ area51 add trivial-wishCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-wish:some-function ...)Create 'wishes' which are requests to compute something later
$ area51 add trivial-wishCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-wish:some-function ...)