MoonScript: Difference between revisions
From EverybodyWiki Bios & Wiki
m Add new revision |
m automatic correction by IA |
||
| Line 1: | Line 1: | ||
{{Article for deletion/dated|page=MoonScript|timestamp=20200927075847|year=2020|month=September|day=27|substed=yes|help=off}} | {{Article for deletion/dated|page=MoonScript|timestamp=20200927075847|year=2020|month=September|day=27|substed=yes|help=off}} | ||
<!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=MoonScript|date=27 September 2020|result='''keep'''}} --> | <!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=MoonScript|date=27 September 2020|result='''keep'''}} --> | ||
| Line 13: | Line 12: | ||
| website = https://moonscript.org/ | | 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 | '''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 use of MoonScript is a video game distribution website [[Itch.io]]. | ||
== References == | == References == | ||
Latest revision as of 18:00, 29 July 2025
| Developer | Leaf Corcoran |
|---|---|
| Stable release | 0.5.0
/ Sep 26, 2016 |
| Implementation language | Lua |
| License | MIT License |
| Website | https://moonscript.org/ |
| Influenced by | |
| CoffeeScript | |
Search MoonScript on Amazon.
MoonScript is a dynamic, whitespace-sensitive scripting language inspired by CoffeeScript, which compiles into Lua. This means that instead of using do and end (or { and }) to delimit sections of code it uses line breaks and indentation style.[1][2] A notable use of MoonScript is a video game distribution website Itch.io.
References
- ↑ "Language Guide - MoonScript 0.5.0". moonscript.org. Retrieved 2020-09-25.
- ↑ leaf (2020-09-23), leafo/moonscript, retrieved 2020-09-25
| This programming-language-related article is a stub. You can help EverybodyWiki by expanding it. |
This article "MoonScript" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:MoonScript. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
