MoonScript is a dynamic scripting, whitespace sensitive language inspired by CoffeeScript that compiles into Lua. This means that instead of using do
and end
(or {
and }
) to delimit sections of code we use line-breaks and indentation.[1][2] A notable usage of MoonScript is a video game distribution website Itch.io.
References
- ^ "Language Guide - MoonScript 0.5.0". moonscript.org. Retrieved 2020-09-25.
- ^ leaf (2020-09-23), leafo/moonscript, retrieved 2020-09-25