ICEDCOFFEESCRIPT – A COFFEESCRIPT SUPERSET

by Hirvesh on January 29, 2012


IcedCoffeeScript is a fork of CoffeeScript. It is superset of the CoffeeScript language. The iced interpreter is a drop-in replacement for the standard coffee interpreter since it will interpret all existing CoffeeScript programs.
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
Demohttp://maxtaco.github.com/coffee-script/#iced
License: MIT License