[Bese-devel] [Bug-Report] arnesi call/cc
Attila Lendvai
attila.lendvai at gmail.com
Thu Dec 11 19:27:05 UTC 2008
> To fix this I changed k-for-call/cc (apply.lisp:44), by correctly
> passing other-values along.
> The new version looks like:
>
> ;;;; APPLY and FUNCALL
>
> (defk k-for-call/cc (k)
> (value other-values)
> (if *call/cc-returns*
> (kontinue k value other-values)
> (throw 'done (values-list (cons value other-values)))))
pushed, thanks!
--
attila
ps: also pushed to cl-delico, the factored out call/cc repo
More information about the bese-devel
mailing list