Add tasks for all the new languages

This commit is contained in:
Tina Müller 2016-12-05 23:44:36 +01:00
parent 9dc3c2bb62
commit bba7bfd280
13208 changed files with 134745 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.

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

1
Lang/MoonScript/README Normal file
View file

@ -0,0 +1 @@
Data source: http://rosettacode.org/wiki/Category:MoonScript

View file

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