ICEDCOFFEESCRIPT – A COFFEESCRIPT SUPERSET
by Hirvesh on January 29, 2012
IcedCoffeeScript (ICS) adds two new keywords: await and defer. These additions simply and powerfully streamline asynchronous control flow, both on the server and on the browser. Say goodbye to callback pyramids; say adios to massive code rewrites when synchronization requirements change slightly. Say hello to clean, readable, maintainable control flow for network and asynchronous operations!

Requirements: Node.js, npm
Demo: http://maxtaco.github.com/coffee-script/#iced
License: MIT License