Content deleted Content added
Created page |
No edit summary |
||
Line 1:
'''MoonScript''' is a dynamic scripting, whitespace sensitive language inspired by CoffeeScript that compiles into Lua. This means that instead of using <code>do</code> and <code>end</code> (or <code>{</code> and <code>}</code>) to delimit sections of code we use line-breaks and indentation.<ref>{{Cite web|title=Language Guide - MoonScript 0.5.0|url=https://moonscript.org/reference/|access-date=2020-09-25|website=moonscript.org}}</ref><ref>{{Citation|last=leaf|title=leafo/moonscript|date=2020-09-23|url=https://github.com/leafo/moonscript|access-date=2020-09-25}}</ref> A notable usage of MoonScript is a video game distribution website [[Itch.io]].
== References ==
{{Infobox programming language
| title = MoonScript
|