lua-users home
lua-l archive

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


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