Tags: Programming Language.
CoffeeScript is a programming language that transcompiles to JavaScript. It adds syntactic sugar inspired by Ruby Python and Haskell to enhance JavaScript’s brevity and readability.[citation needed] Specific additional features include list comprehension and pattern matching. CoffeeScript compiles predictably[citation needed] to JavaScript and programs can be written with less code typically 1/3 fewer lines with no effect on runtime performance.