Hacker News new | ask | show | jobs
by rikthevik 5177 days ago
I love the great interaction between backbone.js and coffeescript. It's not often that you get two pieces of software that work so well together.
1 comments

How in particular do they work well together? Backbone is something I've been meaning to try out.
They work together about the same as CS does with any JS module/app.

Backbone apps tend to have a lot of references to this and use a lot of object literals, so there are some saved keystrokes I guess.