tailrec
Guaranteed tail call optimization.
$ area51 add tailrecCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(tailrec:some-function ...)Guaranteed tail call optimization.
$ area51 add tailrecCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(tailrec:some-function ...)