lua-users home
lua-l archive

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


Steve Dekorte <steve@dekorte.com> wrote:
> In LISP systems they use the ability of some LISP implementations to 
> manipulate the state to do light-weight threads. That is, threads within 
                 ^^^^^
I meant "stack".

> the VM, not the OS. I wondering if this is possible in Lua and if it 
> would be a better solution that multiple states since sharing state 
> information would be as difficult(?)

Steve