lua-users home
lua-l archive

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


I did that :), but I think I did only for Windows.

Have to check.

On 4/18/2012 1:47 AM, steve donovan wrote:
On Wed, Apr 18, 2012 at 9:25 AM, Dirk Laurie<dirk.laurie@gmail.com>  wrote:
Heck, people, the Lua team has gone out of their way to
solve the #t issue by providing the __len metamethod:

A not commonly known fact is that LuaJIT 2.0 supports __len, __ipairs
and __pairs if you recompile with this line in luaconf.h

#define LUAJIT_ENABLE_LUA52COMPAT 1

Maybe malkia can distribute Windows binaries with this set?

steve d.