[gambit-list] Does gambit-c have call/ec?
Bradley Lucier
lucier at math.purdue.edu
Wed Jun 27 10:32:07 EDT 2007
On Jun 27, 2007, at 8:35 AM, Marc Feeley wrote:
> On 25-Jun-07, at 4:27 PM, naruto canada wrote:
>
>> Does gambit-c have call/ec? Thanks.
>
> Call/ec is not predefined. You can define it yourself like this:
>
> (define call/ec call/cc)
>
> Obviously, in this case the implementation of call/ec is not as fast
> as it could be.
Marc:
Is there some combination of continuation-capture and continuation-
graft that gives the semantics of call/ec?
To be honest, I don't understand what any of call/ec, continuation-
capture, and continuation-graft do.
Brad
More information about the Gambit-list
mailing list