[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Introducing HenchLua (a Lua VM written in C#)
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 6 Sep 2013 12:21:20 +0200
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
;)