MoonScript: Difference between revisions

Content deleted Content added
Undid revision 980346136 by TimothyBlue (talk)
Tags: Removed redirect Undo
Tag: Redirect target changed
 
(3 intermediate revisions by 3 users not shown)
Line 1:
#REDIRECT [[Lua#Languages that compile to Lua]]
{{Infobox programming language
 
| title = MoonScript
{{Redirect category shell|
| developer = Leaf Corcoran
{{R to related topic}}
| latest release version = 0.5.0
{{R to section}}
| latest release date = Sep 26, 2016
{{R with history}}
| 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]].
 
== References ==
{{reflist}}
 
[[Category:Scripting languages]]
 
{{prog-lang-stub}}