MoonScript
Appearance
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.
Developer | Leaf Corcoran |
---|---|
Stable release | 0.5.0
/ Sep 26, 2016 |
Implementation language | Lua |
License | MIT License |
Website | https://moonscript.org/ |
Influenced by | |
CoffeeScript |
References
- ^ "Language Guide - MoonScript 0.5.0". moonscript.org. Retrieved 2020-09-25.
- ^ leaf (2020-09-23), leafo/moonscript, retrieved 2020-09-25