javascript - Is there a screencast/tutorial site for CoffeeScript? -
i'm new coffeescript, looking forward writing javascript code in more akin ruby.
what 2-3 resources can recommended tutorials or screencasts , running coffeescript?
[update: have book coming out pragprog, coffeescript: accelerated javascript development. also, latest version of coffeescript 1.1.0, though introduced few changes; mainly, it's bugfix release.]
the official documentation @ http://coffeescript.org up-to-date place you're going find. right now, latest release of coffeescript 1.0.1. there lot of changes in 1.0.
orbit linked 2 other resources nice dated. tongue-in-cheek 7 reasons gonna hate it presentation way when assignment done using :
instead of =
. nettuts+ tutorial written when latest release 0.9.6 and, think, doesn't touch on that's changed since (such classes).
so, might want go through nettuts+ tutorial, official docs, start reading real-world source code. see http://github.com/jashkenas/coffee-script/wiki/in-the-wild listing, or @ of recent posts @coffeescript on twitter (which maintain)—when people doing interesting things coffeescript, chances i'm tweeting it.
Comments
Post a Comment