lua-users home
lua-l archive

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


On 17 November 2010 15:34, Mark Hamburg <mark@grubmah.com> wrote:
> The messier issue for me is that working in some environments where LuaJIT isn't an option -- e.g., iOS on ARM -- I'm really attracted by the yieldable pcall support in 5.2. That then leaves me trying to figure out what to do in environments where LuaJIT is an option.

I'm not sure I'm understanding what you're saying here. You can get
yieldable pcall with current LuaJIT, or with 5.2, or with 5.1 + CoCo
patch, or with 5.1 + RVM patch.

Alex