Is it acceptable to use coffeescript in browser using coffeescript.js, or should one always compile it to javascript first? Like... how much of a performance hit am I going to see here?
>>4
Not everything has to be done in browser, but any application that has to be run by a large number of clients should be interpreted by that client as much as possible to avoid overworking the server.