MoonScript

This is an old revision of this page, as edited by TheQuietLon3r (talk | contribs) at 07:23, 27 September 2020 (Undid revision 980346136 by TimothyBlue (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

MoonScript is a dynamic, whitespace-sensitive scripting language inspired by CoffeeScript, which compiles into Lua. This means that instead of using do and end (or { and }) to delimit sections of code it uses line breaks and indentation style.[1][2] A notable usage of MoonScript is a video game distribution website Itch.io.

MoonScript
DeveloperLeaf Corcoran
Stable release
0.5.0 / Sep 26, 2016
Implementation languageLua
LicenseMIT License
Websitehttps://moonscript.org/
Influenced by
CoffeeScript

References

  1. ^ "Language Guide - MoonScript 0.5.0". moonscript.org. Retrieved 2020-09-25.
  2. ^ leaf (2020-09-23), leafo/moonscript, retrieved 2020-09-25