lua-users home
lua-l archive

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


On Sat, Sep 8, 2012 at 6:21 PM, liam mail <liam.list@googlemail.com> wrote:
> ModMaker.Lua is a complete rebuild of Lua for use in .NET.

That is interesting. I've got the older KopiLua working on Mono, and
that's a very literal translation of the original C parser/interpreter
in C#.  Most of the weaknesses come from half-assed implementations of
the C library.

This (as I understand) is a proper compiler? In which case it would be
useful for those Mono platforms where the dynamic code generation
needed to support inheritance and events is not allowed (iOS, I'm
looking at you ;))

steve d.