defrec
A library for defining top-level mutually recursive functions.
$ area51 add defrecCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(defrec:some-function ...)A library for defining top-level mutually recursive functions.
$ area51 add defrecCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(defrec:some-function ...)