dynamic-collect

BSD 3-clause (see LICENSE)

A library for dynamic, continuable, and abortable collection.

$ area51 add dynamic-collectCopy

Usage

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