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

10
Lang/Coco/00-LANG.txt 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.

2
Lang/Coco/00-META.yaml Normal file
View file

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

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

View file

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