CoffeeScript
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages }} '''CoffeeScript''' is a programming language designed as an advance on JavaScript, "without its quirky ...") |
|||
Line 2: | Line 2: | ||
|formattype=Languages | |formattype=Languages | ||
|subcat=Programming Languages | |subcat=Programming Languages | ||
+ | |extensions={{ext|coffee}} | ||
+ | |released=~2010 | ||
}} | }} | ||
'''CoffeeScript''' is a programming language designed as an advance on [[JavaScript]], "without its quirky corners." It is run through a script that transforms it into JavaScript so that it runs in any modern browser. | '''CoffeeScript''' is a programming language designed as an advance on [[JavaScript]], "without its quirky corners." It is run through a script that transforms it into JavaScript so that it runs in any modern browser. | ||
== Links == | == Links == | ||
+ | * [http://coffeescript.org/ CoffeeScript website] | ||
+ | * [[Wikipedia:CoffeeScript|Wikipedia article]] | ||
* [http://autotelicum.github.io/Smooth-CoffeeScript/ Smooth CoffeeScript online book] | * [http://autotelicum.github.io/Smooth-CoffeeScript/ Smooth CoffeeScript online book] | ||
* [http://autotelicum.github.io/Smooth-CoffeeScript/literate/install-notes.html Install notes] | * [http://autotelicum.github.io/Smooth-CoffeeScript/literate/install-notes.html Install notes] |
Revision as of 14:22, 16 April 2016
CoffeeScript is a programming language designed as an advance on JavaScript, "without its quirky corners." It is run through a script that transforms it into JavaScript so that it runs in any modern browser.