CoffeeScript

From air
Revision as of 00:07, 11 March 2013 by Donsez (talk | contribs) (Created page with "http://coffeescript.org/ langage orienté objet et fonctionnel qui se compile en Javascript ==Installation== <pre> sudo npm install -g coffee-script </pre> ==Execution== <pre…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

http://coffeescript.org/

langage orienté objet et fonctionnel qui se compile en Javascript


Installation

sudo npm install -g coffee-script

Execution

coffee -bpe "alert i for i in [0..10]"

coffee

Livres