CoffeeScript
From Wiki @ Karl Jones dot com
Revision as of 04:16, 5 April 2016 by Karl Jones (Talk | contribs) (Created page with "'''CoffeeScript''' is a programming language that transcompiles to JavaScript. == Description == CoffeeScript was invented by Jeremy Ashkenas. It adds syntactic...")
CoffeeScript is a programming language that transcompiles to JavaScript.
Description
CoffeeScript was invented by Jeremy Ashkenas.
It adds syntactic sugar inspired by Ruby, Python and Haskell in an effort to enhance JavaScript's brevity and readability.
Specific additional features include list comprehension and pattern matching.
CoffeeScript support is included in Ruby on Rails version 3.1.
In 2011, Brendan Eich referenced CoffeeScript as an influence on his thoughts about the future of JavaScript.
See also
External links
- CoffeeScript @ Wikipedia