RosettaCodeData/Lang/Coco/00DESCRIPTION
2016-12-05 23:44:36 +01:00

10 lines
No EOL
544 B
Text

{{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.