|
> If you are using lua 4 you probably want to look at the "stackless" > patch, available from http://lua-users.org/wiki/LuaPowerPatches. I'm > not familiar with lua 5, so can't say if lua 5 is already stackless. Lua 5 is "stackless". That patch was what prompted the introduction of coroutines in Lua 5. --lhf