lua-users home
lua-l archive

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


On Wed, Jun 12, 2013 at 12:17 PM, Philippe Lhoste <PhiLho@gmx.net> wrote:
> Come to think of it, it can be useful in pure Java implementations of Lua,
> like LuaJ.
> I should try it...

Note that, if `newproxy()` is not supported by your implementation,
you'll have to use `L(pattern)` instead of `#pattern`.

> I noticed a typo in the readme:
> "Romantif WTF Public License"

Fixed, thanks.

-- Pierre-Yves