Jump to content

MoonScript

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TheQuietLon3r (talk | contribs) at 08:07, 25 September 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.

MoonScript
DeveloperLeaf Corcoran
Stable release
0.5.0 / Sep 26, 2016
Implementation languageLua
LicenseMIT License
Websitehttps://moonscript.org/
Major implementations
itch.io
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