moonscript
moonscript copied to clipboard
any benchmark on moonscript usage?
as titled
benchmark against vanilla luajit etc
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.