MoonScript: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
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]].
 
{{Infobox programming language
| title = MoonScript
| developer = Leaf Corcoran
| latest release version = 0.5.0
| latest release date = Sep 26, 2016
| implementations = [[itch.io]]
| influenced by = [[CoffeeScript]]
| programming language = [[Lua]]
| license = [[MIT License]]
| website = https://moonscript.org/
}}
 
== References ==