lua-users home
lua-l archive

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


On Wed, Nov 18, 2009 at 9:19 AM, Mark Feldman
<mfeldman@infinite-interactive.com> wrote:
> Hi, just a quick note to announce Kopi Lua, my C# port of the Lua 5.1.4 code
> base. It's available here:

Out of curiosity, how is the performance compared to C-Lua?  I can see
this being very useful in environments where native C is not allowed,
and where LuaInterface currently won't work, like the Compact
Framework.

steve d.