|
|
|
|
|
by forrestthewoods
5258 days ago
|
|
If you want fast Lua I'd recommend checking out Havok Script (http://havok.com/products/script). Technically it's not Lua, but rather an extremely fast virtual machine that is compatible with Lua. I worked with it when it was Kore prior to Havok's acquisition, but it was substantially faster than the base Lua. It has some excellent debugging functionality as well. No idea what it costs these days, but if you're writing Lua code and it's need to be fast I'd recommend checking it out. |
|