Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
10
Lang/Coco/00DESCRIPTION
Normal file
10
Lang/Coco/00DESCRIPTION
Normal 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
1
Lang/Coco/100-doors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/100-doors/Coco
|
||||
1
Lang/Coco/Bulls-and-cows
Symbolic link
1
Lang/Coco/Bulls-and-cows
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bulls-and-cows/Coco
|
||||
1
Lang/Coco/Classes
Symbolic link
1
Lang/Coco/Classes
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Classes/Coco
|
||||
1
Lang/Coco/Count-the-coins
Symbolic link
1
Lang/Coco/Count-the-coins
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Count-the-coins/Coco
|
||||
1
Lang/Coco/FizzBuzz
Symbolic link
1
Lang/Coco/FizzBuzz
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/FizzBuzz/Coco
|
||||
1
Lang/Coco/Function-definition
Symbolic link
1
Lang/Coco/Function-definition
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Function-definition/Coco
|
||||
1
Lang/Coco/Hash-from-two-arrays
Symbolic link
1
Lang/Coco/Hash-from-two-arrays
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hash-from-two-arrays/Coco
|
||||
1
Lang/Coco/I-before-E-except-after-C
Symbolic link
1
Lang/Coco/I-before-E-except-after-C
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/I-before-E-except-after-C/Coco
|
||||
1
Lang/Coco/Inheritance-Single
Symbolic link
1
Lang/Coco/Inheritance-Single
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Inheritance-Single/Coco
|
||||
1
Lang/Coco/Loops-Do-while
Symbolic link
1
Lang/Coco/Loops-Do-while
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Do-while/Coco
|
||||
1
Lang/Coco/README
Normal file
1
Lang/Coco/README
Normal file
|
|
@ -0,0 +1 @@
|
|||
Data source: http://rosettacode.org/wiki/Category:Coco
|
||||
1
Lang/Coco/String-interpolation--included-
Symbolic link
1
Lang/Coco/String-interpolation--included-
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/String-interpolation--included-/Coco
|
||||
Loading…
Add table
Add a link
Reference in a new issue