Re: De-facto standard CL implementation of continuations?



"Andreas Thiele" <nospam6329@xxxxxxxxxx> writes:

> What I found so far is:
>
> http://common-lisp.net/project/bese/arnesi.html
>
> which contains "cps transformer - an ad-hoc, bug ridden
> implementation of half of call/cc", according to the author :)

the cps transformer has recently been removed (though i may add it
back it if others are interested in using it) and replaced with an
interpreter. this removed many of the limitations of the transformer
though the qualification "ad-hog, bug ridden implementation of half of
call/cc" still applies. in particular we now support multiple values,
standard method combination and serializing continuations (well, it's
possible, but not yet implemented).

i would strongly suggest grabbing the latest version of arnesi from
the darcs repo and using the interpreter.

--
-Marco
Ring the bells that still can ring.
Forget the perfect offering.
There is a crack in everything.
That's how the light gets in.
-Leonard Cohen
.



Relevant Pages