Implementing other languages into the API |
![]() ![]() « Citoyen » 1422900000000
| 0 | ||
Idk. I think it would be neat if we could use other languages other than lua to make games. This includes creating our own functions for us more skilled programmers. Whether we know lua or not. Something like function startGame() {}; or being able to create and use objects (JSON) var x = new Obj() this.x = so and so what do you guys think |
![]() ![]() « Citoyen » 1422954120000
| 0 | ||
Lua is a scripting language and easily embedded into other languages. That was its intended purpose and it serves it well. A compiled language isn't really going to fly here for multiple reasons. Security being a big one. |
![]() ![]() « Citoyen » 1422984900000
| 0 | ||
Why would you even need security for a minigame. At least let us be able to program freely by letting us make our own functions and events. In tribehouse at least. |
![]() « Citoyen » 1422985620000
| 0 | ||
Transformice's module API is LUA. And I don't want change. |
![]() ![]() « Citoyen » 1423018920000
| 0 | ||
Can you please explain why? Lua will still be a language. |