coffeescript
You can subscribe to the coffeescript tag micro-feed.
As I’m in the middle of writing a JavaScript unit testing framework, I thought the best way of trying out CoffeeScript would be to re-write an existing unit test class from JavaScript to CoffeeScript and then see what the compiled output looks like in comparison. If you want to play along and haven’t set up […]
If you are reading this, it isn’t very likely that you need to be told what CoffeeScript is, but that’s not going to stop me from doing it anyway. CoffeeScript is just JavaScript (officially). It is actually an abstraction of JavaScript that allows you to write shorthand CoffeeScript statements that get compiled into tide JavaScript […]