Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{{stub}}
{{language
|site=http://moonscript.org/}}
MoonScript is a dynamic scripting language that compiles into Lua. It gives you the power of one of the fastest scripting languages combined with a rich set of features.
MoonScript can either be compiled into [[Lua]] and run at a later time, or it can be dynamically compiled and run using the moonloader. Its as simple as require "moonscript" in order to have Lua understand how to load and run any MoonScript file.
Because it compiles right into Lua code, it is completely compatible with alternative Lua implementations like LuaJIT, and it is also compatible with all existing Lua code and libraries.
The command line tools also let you run MoonScript directly from the command line, like any first-class scripting language.
A comprehensive overview of the language can be found in the [http://moonscript.org/reference/ reference manual], the rest of this page serves as an overview of the language.

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:MoonScript

1
Lang/MoonScript/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/MoonScript

View file

@ -0,0 +1 @@
../../Task/99-bottles-of-beer/MoonScript

1
Lang/MoonScript/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/MoonScript

1
Lang/MoonScript/FizzBuzz Symbolic link
View file

@ -0,0 +1 @@
../../Task/FizzBuzz/MoonScript

View file

@ -0,0 +1 @@
../../Task/Read-a-specific-line-from-a-file/MoonScript

View file

@ -0,0 +1 @@
../../Task/Towers-of-Hanoi/MoonScript

View file

@ -0,0 +1 @@
../../Task/Walk-a-directory-Recursively/MoonScript

View file

@ -0,0 +1 @@
../../Task/Y-combinator/MoonScript