Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1009 Bytes

coffeescript.md

File metadata and controls

34 lines (27 loc) · 1009 Bytes

#CoffeeScript ##JavaScript without the FAIL

CoffeeScript is a little language that compiles down to JavaScript. The syntax is inspired by Ruby and Python, and implements many features from those two languages.

Learn Coffee and start build awesome client side applications.

##Install with Node.js

- Get the latest npm
   $ curl http://npmjs.org/install.sh | sh
- Check the versions
   $ node -v
   $ npm -v
- Install CoffeeScript (globally)
   $ npm install -g coffee-script
   $ coffee -v
- SLIDES :) 👍

Lets Have A Sip of CoffeeScript

- Extras