lua-users home
lua-l archive

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


> Do you plan to release a kind of compat-5.2 library earlier that would
> implement what is already possible on top of Lua 5.1, like the
> pairs/ipairs metamethods ?

pairs/ipairs metamethods are not core metamethods: they are a strict library
convention, like __tostring. So the 5.2 baselib will probably work with 5.1.