Lua and .NET?

Started by
1 comment, last by nickwinters 20 years, 1 month ago
Anyone converted and compiled LUA into .NET? I want to write it in pure .NET, so it will be as easily usable in C# and VB.NET as it is in C++ and C. If no one else has done it, you can expect me to start on it. :-D -Nick
Advertisement
It''s been done, IIRC. http://lua-users.org probably lists it on the Wiki.

"Sneftel is correct, if rather vulgar." --Flarelocke
Check out Jonathan de Halleux''s excellent article ''LuaDotNet: a thin wrapper around Lua and Luabind for .NET'' on codeproject

http://www.codeproject.com/managedcpp/luanetwrapper.asp?target=lua

This topic is closed to new replies.

Advertisement