Is there a way to send CoffeeScript to the client\'s browser and have it compiled to JavaScript there?
Jeremy already has this one, but let me add some important details and caveats:
coffee-script.js is a big file; so unless you're actually letting your users run their own CoffeeScript, you really shouldn't use it in production.squares wouldn't be visible outside of the script. Instead, you'd want to change it to window.squares = ....coffee-script.js doesn't read your