chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Continuations, control flow, and F-operator


From: Josh Barrett
Subject: Re: [Chicken-users] Continuations, control flow, and F-operator
Date: Mon, 14 Dec 2015 11:02:47 +0000

Thanks John, that helped a lot.


On Sun, Dec 13, 2015, 23:56 John Cowan <address@hidden> wrote:
Josh Barrett scripsit:

> I mean, I know call/cc is fast in chicken, but is it that fast, or is
> F-operator using some chicken specific implementation that I don't know
> about?

No, it isn't.  Calling an escape procedure from call/cc is as fast in
Chicken as calling a "normal" procedure (which is to say somewhat slower
than in comparable Schemes like Gambit), so Oleg Kiselyov's portable
implementation works well.  There are only a few Chicken-specific touches,
as you can see by loading the code with "chicken-install -r F-operator".

--
John Cowan          http://www.ccil.org/~cowan        address@hidden
By Elbereth and Luthien the Fair, you shall have neither the Ring nor me!
                --Frodo

reply via email to

[Prev in Thread] Current Thread [Next in Thread]