[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Multistate
- From: Steve Dekorte <steve@...>
- Date: Fri, 14 Jul 2000 01:14:29 -0700
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