Lua Wrapper for C#?

RCIX picture RCIX · Aug 16, 2009 · Viewed 18.1k times · Source

I am looking to embed Lua into my C# application and i thought there was a wrapper around the lua API for C#, but don't remember what it is. Can someone point me in it's direction?

Answer

Mark Rushakoff picture Mark Rushakoff · Aug 16, 2009

I believe LuaInterface is the most popular one for C#. If I'm wrong, I'm sure someone will correct me.

There's a little more information (from Lua's developers) on integrating Lua and .NET, on the Lua website.

Update:
As of April 2013, the primary developer announced that the project was stalling due to other committements, and has pointed new developments to NLua instead.