Darkhog
New Member
I think JavaScript is bad way to go. Not only it is one of the slowest interpreted languages (even with V8), but also code may get very cluttered very fast.
I think we should use more powerful scripting language, such as Lua, which is on-par in terms of possibilities and speed with Java, Python and most of native-compiled languages and has great Java implementation called LuaJ.
I think we should use more powerful scripting language, such as Lua, which is on-par in terms of possibilities and speed with Java, Python and most of native-compiled languages and has great Java implementation called LuaJ.