letrec
A simple alternative to Scheme's LETREC.
$ area51 add letrecCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(letrec:some-function ...)A simple alternative to Scheme's LETREC.
$ area51 add letrecCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(letrec:some-function ...)