[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: continuations in Scheme
- From: Javier Guerra Giraldez <javier@...>
- Date: Tue, 22 Feb 2011 11:44:35 -0500
On Tue, Feb 22, 2011 at 9:53 AM, David Given <dg@cowlark.com> wrote:
> I'm not a Scheme programmer, but I recognise his description from C. In
> very approximate pseudocode:
this is _not_ what continuations are about.
think like coroutines that aren't tied to a function but to the whole
execution. and that can not only return back and forth, but also
branch... it's a quite powerful primitive
--
Javier