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

10
Lang/Coco/00DESCRIPTION Normal file
View file

@ -0,0 +1,10 @@
{{language}}
'''Coco''' is a variant of [[CoffeeScript]], and thus an alternative syntax for [[JavaScript]]. Like [[MoonScript]], it generally errs on the side of including more features, as opposed to the partly minimalist philosophy of CoffeeScript.
It is described on [https://github.com/satyr/coco GitHub] (where all the documentation currently resides) as being designed according to the following principles:
* Respect JS semantics and idioms.
* Die for DRY.
* [[Perl]] over [[Ruby]].
* Fewer keywords, punctuations and runtime errors.

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

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

1
Lang/Coco/Bulls-and-cows Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bulls-and-cows/Coco

1
Lang/Coco/Classes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Classes/Coco

1
Lang/Coco/Count-the-coins Symbolic link
View file

@ -0,0 +1 @@
../../Task/Count-the-coins/Coco

1
Lang/Coco/FizzBuzz Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/Function-definition/Coco

View file

@ -0,0 +1 @@
../../Task/Hash-from-two-arrays/Coco

View file

@ -0,0 +1 @@
../../Task/I-before-E-except-after-C/Coco

View file

@ -0,0 +1 @@
../../Task/Inheritance-Single/Coco

1
Lang/Coco/Loops-Do-while Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Do-while/Coco

1
Lang/Coco/README Normal file
View file

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

View file

@ -0,0 +1 @@
../../Task/String-interpolation--included-/Coco