Skip to content

Instantly share code, notes, and snippets.

@thbar
Created November 6, 2011 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thbar/1343059 to your computer and use it in GitHub Desktop.
Save thbar/1343059 to your computer and use it in GitHub Desktop.
What I did use to learn CoffeeScript

First I read/watch this casually, without thinking much of it:

http://pragprog.com/book/tbcoffee/coffeescript
http://jashkenas.github.com/coffee-script/
http://peepcode.com/products/coffeescript

Then I started using it but first, I put unit-tests in place, great to help as I go:

http://github.com/bradphelan/jasminerice
https://github.com/netzpirat/guard-jasmine

That's all I used to learn what I need for my coming SAAS WiseCash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment