Jump to content

MoonScript

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Captain Calm (talk | contribs) at 08:16, 25 September 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
MoonScript
DeveloperLeaf Corcoran
Stable release
0.5.0 / Sep 26, 2016
Implementation languageLua
LicenseMIT License
Websitehttps://moonscript.org/
Influenced by
CoffeeScript

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.

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