08.06.2019, 11:51
(07.06.2019, 11:29)admin Wrote: Because Lua is much simpler, easier to debug and there is no need for the user to manage memory due to Lua's garbage collector. Since LuaJIT is used performance difference is minimal for most use cases. You can also call C functions by using FFI: http://luajit.org/ext_ffi.html
Thank you.