dynamic-collect
A library for dynamic, continuable, and abortable collection.
$ area51 add dynamic-collectCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(dynamic-collect:some-function ...)