It depends how comfortable you are with JavaScript. If you're fairly experienced with JavaScript, reading http://coffeescript.org/ should get you a pretty good overview of the language and how it differs - enough to get you started. You can implement simple hello-world examples written for Node, which will be good experience transposing from one language to the other.
If you'd like to go a bit more in depth, there's a pretty good Peepcode screencast: https://peepcode.com/products/coffeescript OTOH, if you're new to the JavaScript world, you might need a slightly slower introduction. I don't have great suggestions here, so I'll leave that to others chiming in. Ian On Thursday, March 22, 2012 4:59:24 PM UTC-7, Angelo Chen wrote: > > Hi, > > I'd like to code something in coffeescript for a nodejs project, there > is no need to complete in CS, just some service type modules, and I > searched this group, see a lot of discussions, what I'm looking for is > just a 'hello world' type tutorial that can get me started asap, any > like this? Thanks. > > Angelo -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
