Free .NET Lua implementation

2 points by frabert ↗ HN
I wrote a free .NET implementation on Lua. It does not use any C function so it should be easily portable. Even on Windows Phone / RT. http://github.com/frabert/NetLua

2 comments

[ 5.4 ms ] story [ 11.9 ms ] thread
Sweet. Do you have any performance benchmarks?
Unfortunately, it seems still quite slow... I have tried running the Life example shipped with LuaWindows and I would say NetLua is DEFINETELY slower. Not gonna lie on that. It's only 2 weeks old, though!