lua-users home
lua-l archive

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


Hello,

On Tue, Feb 22, 2011 at 10:36 AM, David Kastrup <dak@gnu.org> wrote:
>
> It is passed by reference.  Only the references are actually maintained
> in the call stack.  Any changes to the list itself can't be rewound when
> rereturning into a continuation.
>

     So you are confusing continuations with software transaction
memory. Continuations are about first-class control, not data
structures rollback and commit.

-- 
-alex
http://www.artisancoder.com/