Why Lua ?
#9
Also the reference Lua interpreter is designed for embedding. It has a nice C API for interfacing with. Javascript interpreters are huge and whilst they are designed for embedding they are difficult to work with as they are designed to be used by large projects with lots of contributors. V8 has a larger code-base than MCServer. Python is designed with the assumption that it is the primary language on the project and C code is extensions and it has terrible multi-threading support. Lua was designed for exactly the scenario we are using it for so why use something that wasn't.
Reply
Thanks given by:


Messages In This Thread
Why Lua ? - by Creaprog - 02-15-2015, 07:51 AM
RE: Why Lua ? - by NiLSPACE - 02-15-2015, 07:54 AM
RE: Why Lua ? - by Creaprog - 02-15-2015, 07:57 AM
RE: Why Lua ? - by xoft - 02-15-2015, 07:59 AM
RE: Why Lua ? - by Creaprog - 02-15-2015, 08:02 AM
RE: Why Lua ? - by xoft - 02-15-2015, 08:03 AM
RE: Why Lua ? - by Defkil - 02-15-2015, 10:28 AM
RE: Why Lua ? - by LogicParrot - 02-15-2015, 05:34 PM
RE: Why Lua ? - by worktycho - 02-16-2015, 03:51 AM



Users browsing this thread: 1 Guest(s)