Category:Coco

From Rosetta Code
Language
Coco
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Coco.

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