The article does not meet guidelines for notability for a stand alone article.
| developer = Leaf Corcoran
No independent sources discuss the subject directly and in-depth.
| latest release version = 0.5.0
Content merged into [[Lua (programming language)]].
| latest release date = Sep 26, 2016
-->
| influenced by = [[CoffeeScript]]
| programming language = [[Lua]]
| license = [[MIT License]]
| website = https://moonscript.org/
}}
'''MoonScript''' is a [[Dynamic programming language|dynamic]], [[Whitespace character|whitespace]]-sensitive [[scripting language]] inspired by [[CoffeeScript]], which [[Compiler|compiles]] into [[Lua (programming language)|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 it uses [[Line break (computing)|line breaks]] and [[indentation style]].<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]].