recursive-restart

MIT

Restarts that can invoke themselves.

$ area51 add recursive-restartCopy

Usage

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

Dependencies