I'm new to CoffeeScript, but I am really looking forward to writing JavaScript code in something more akin to Ruby.
What 2-3 good resources can be recommended for tutorials or screencasts to get up and running with CoffeeScript?
|
I'm new to CoffeeScript, but I am really looking forward to writing JavaScript code in something more akin to Ruby. What 2-3 good resources can be recommended for tutorials or screencasts to get up and running with CoffeeScript? |
||||
|
|
|
[Update: I have a book coming out from PragProg, CoffeeScript: Accelerated JavaScript Development. Also, the latest version of CoffeeScript is now 1.1.0, though it introduced few changes; mainly, it's a bugfix release.] The official documentation at http://coffeescript.org is the only up-to-date place you're going to find. Right now, the latest release of CoffeeScript is 1.0.1. There were a lot of changes in 1.0. Orbit linked to two other resources that are nice but dated. The tongue-in-cheek 7 Reasons You Are Gonna Hate It presentation is from way back when all assignment was done using So, you might want to go through the NetTuts+ tutorial, then the official docs, then start reading some real-world source code. See http://github.com/jashkenas/coffee-script/wiki/In-The-Wild for a listing, or look at some of the recent posts by @CoffeeScript on Twitter (which I maintain)—when people are doing interesting things with CoffeeScript, chances are that I'm tweeting about it. |
|||||||||
|
|
More has become available:
I made the last one. Also have a look at the CoffeeScript Cookbook. |
|||||||
|
|
Rocking Out With CoffeeScript, a CoffeeScript tutorial, and naturally the documentation. But beware of CoffeeScript -- 7 Reasons You Are Totally Gonna Hate It. |
||||
|
|
|
Found a great "getting started" CoffeeScript Screencast here: http://screencasts.org/episodes/introduction-to-coffeescript |
|||
|
Ryan Bates has a great CoffeeScript screencast: "CoffeeScript Basics" on Railscasts |
|||
|
|
|
My recommendation is to check out CodeSchool's course on Coffeescript. It has videos and in-browser exercises. It'll cost to do the whole course but I think it's worth it. |
|||
|
|
Have a look at this website, it has a lot of good information related to backbone and coffeescript. |
||||
|
|
|
The guys at PeepCode made something about CoffeeScript. Here is the link: https://peepcode.com/products/coffeescript |
||||
|
|
|
This talk by Jeremy Ashkenas (the inventor of coffeescript) introduces the language really well. http://ontwik.com/javascript/jeremy-ashkenas-coffeescript-for-the-well-rounded-rubyist/ |
|||
|
|