lua-users home
lua-l archive

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



On Oct 25, 2007, at 15:27, Mike Pall wrote:

Q: Which of the extra features of Coco/LuaJIT are useful for you?
   1. yield() across pcall().
   2. yield() across iterators (for x in my_iter() do ...).
   3. yield() across metamethods (__index, __add, ...).

1, 2 and 3 :)