cl-cont

LLGPL

A library that implements continuations by transforming Common Lisp code to continuation passing style.

$ area51 add cl-contCopy

Usage

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