lua-users home
lua-l archive

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


On Fri, Sep 6, 2013 at 11:44 AM, Phill Djonov <phill@vec3.net> wrote:
> Comments, bug reports, and patches are very welcome.

Have you thought of adding the LuaInterface reflection stuff, as has
been done with KopiLuaInterface?

It really does make accessing .NET objects much easier.

When I was messing around with KopiLua, the weaknesses I found came
from half-assed implementations of C runtime functions that the Lua
core depends on. But then KopiLua is a very _straight_ port of the VM
;)