Hey, new version of CoffeeScript!
$ sudo npm install -g coffee-script [sudo] password for tim: /usr/local/bin/coffee -> /usr/local/lib/node_modules/coffee-script/bin/coffee /usr/local/bin/cake -> /usr/local/lib/node_modules/coffee-script/bin/cake [email protected] /usr/local/lib/node_modules/coffee-script $ coffee -v CoffeeScript version 1.2.0 $ coffee coffee> foo = (throw i for i in [1..3] when i%2 is 0) 2
Sweet! Thanks, @jashkenas!
Recent Comments