04-29-2015, 03:35 AM
C# is easier and has a better IDE for me, I imagine Lua is easier for most people though. Personally, I hate anything that doesn't have curly braces and semicolons. The real issue is the extremely limited feature set of Lua, anything outside of basic functionality isn't really supported. No threading, networking, accessing process memory or nice to haves such as Linq are available in Lua. If we could import dll's into Lua, it would be a non issue since I could write all the fun in another language.