trivial-tco

MIT

A library to assist in ensuring certain code is executed with tail call optimizations enabled.

$ area51 add trivial-tcoCopy

Usage

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

Dependencies