any benchmark on moonscript usage?
sprappcom opened this issue · 1 comments
sprappcom commented
as titled
benchmark against vanilla luajit etc
RyanSquared commented
MoonScript compiles to Lua and doesn't have its own VM. Any Lua code running when you run moon
is run in the same environment as if you run lua
. Performance is exactly the same.