chicken-users
[Top][All Lists]
Advanced

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

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


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

... So, how does F-operator even exist? It's an egg that implements delimited continuations, that much I know, but HOW?
IIRC, it's only possible to implement delimited continuations in pure scheme if all control flow is implemented in continuations. So is that what chicken does?
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?


reply via email to

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