lua-users home
lua-l archive

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


Dirk Laurie <dirk.laurie@gmail.com>于2017年3月5日周日 上午1:52写道:

Impression I got is that _ENV is no-no but almost everything else
(binary operators, utf8, string.pack etc) has got or will get into LuaJIT.


I patched luajit to support _ENV , http://www.freelists.org/post/luajit/A-patch-for-ENV-support . I think it would be helpful for somebody who want to use the `_ENV` feature in luajit .