Re: De-facto standard CL implementation of continuations?
- From: "Jamie Border" <jamie@xxxxxxxxxxx>
- Date: Sat, 13 Aug 2005 16:32:42 +0000 (UTC)
"Marco Baringer" <mb@xxxxxxx> wrote:
> "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).
Serialzing continuations? I would find that *very* useful.
Do you have any thoughts on how this would work?
Aside: can you serialize a Scheme continuation?
Jamie
>
> 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
.
- Follow-Ups:
- Re: De-facto standard CL implementation of continuations?
- From: Marco Baringer
- Re: De-facto standard CL implementation of continuations?
- From: Alex Mizrahi
- Re: De-facto standard CL implementation of continuations?
- From: Ray Dillinger
- Re: De-facto standard CL implementation of continuations?
- From: Peter Scott
- Re: De-facto standard CL implementation of continuations?
- References:
- De-facto standard CL implementation of continuations?
- From: Andreas Thiele
- Re: De-facto standard CL implementation of continuations?
- From: Eric Lavigne
- Re: De-facto standard CL implementation of continuations?
- From: Eric Lavigne
- Re: De-facto standard CL implementation of continuations?
- From: Andreas Thiele
- Re: De-facto standard CL implementation of continuations?
- From: Marco Baringer
- De-facto standard CL implementation of continuations?
- Prev by Date: Re: can anyone offer Lisp job?
- Next by Date: Re: Very poor Lisp performance
- Previous by thread: Re: De-facto standard CL implementation of continuations?
- Next by thread: Re: De-facto standard CL implementation of continuations?
- Index(es):
Relevant Pages
|
|