CoffeeScript and the future of JavaScriptJoint talk by JS creator Brendan Eich and CoffeeScript creator Jeremy Ashkenas in JSConf.
Contract-based CoffeeScriptVery interesting fork of CoffeeScript that allows you to do programming by contract. Simple example which specify that a function takes a number as argument, and also returns a number: