CoffeeScript



Website: coffeescript.org

Designed by: Jeremy Ashkenas


CoffeeScript is a programming language that compiles to JavaScript.

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

CoffeeScript support is included in Ruby on Rails version 3.1 and Play Framework.

In 2011, Brendan Eich referenced CoffeeScript as an influence on his thoughts about the future of JavaScript.