lua-users home
lua-l archive

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


I hope to find some people who know about Lua .NET and can unravel some mysteries.

I've used Lua extensively from C/C++, and would like to consider it for a new C#/.Net project.
However I've run into issues and Google searches are failing me. :o(

So...  http://www.lua.inf.puc-rio.br/projects/luanet/ seems to be the official home of lua .NET
however this site seems largely down at the moment. Reading that page suggests that there is 
Lua.Net which is just a 1 to 1 binding and then 2 extensions to that (LuaInterface and Lua2IL).

I don't particularly care to deal with either extension and just want the 1 to 1 binding as that's
what i'll be familiar with, problem being that site does not seem to link me to any download for Lua.Net.

I did find one copy of what seemed to be Lua.NET on LuaForge but it seemed really old and the API 
didn't have any of the Coroutine(lua threads) interface. 

So now i'm at a loss the possibilities seem to be:
A) The dll I found is the right one (just hasn't been updated in a long time) and Lua .Net doesn't support coroutines and/or the coroutine API.
or
B) I'm failing to find an updated version of this dll.


Could someone fill in the blanks here?

Thanks very much,
Chris