ICED
_____ __ __
/ ____| / _|/ _|
.- ----------- -. | | ___ | |_| |_ ___ ___
( (ice cubes) ) | | / _ \| _| _/ _ \/ _ \
|`-..________ ..-'| | |___| (_) | | | || __/ __/
| | \_____\___/|_| |_| \___|\___|
| ;--.
| (__ \ _____ _ _
| | ) ) / ____| (_) | |
| |/ / | (___ ___ _ __ _ _ __ | |_
| ( / \___ \ / __| '__| | '_ \| __|
| |/ ____) | (__| | | | |_) | |_
| | |_____/ \___|_| |_| .__/ \__|
`-.._________..-' | |
|_|
CoffeeScript is a little language that compiles into JavaScript.
IcedCoffeeScript is a superset of CoffeeScript that adds two new
keywords: await and defer.
IcedCoffeeScript is based on CoffeeScript V1 - the one without Javascript ES6
support. Based on top of last CoffeeScript V1, version 1.12.8, git commit id:
943579a23943ce62e8d2e3dbc868f22bac773f36.
We're current alpha-testing Iced v3, which emits ES6 with yields and generators.
Relative to Iced v2, this version stays much closer to the CoffeeScript main body of
code, and emits much simpler code. The downside is that the target must run ES6, or
be transpiled into ES5 with a further step not handled by this package.
./bin/cake build
If you have the node package manager, npm, installed:
npm install -g iced-coffee-script-3Leave off the -g if you don't wish to install globally. If you don't wish to use npm:
git clone -b iced3 https://github.com/maxtaco/coffeescript.git
sudo coffeescript/bin/cake installRun REPL:
iced3Execute a script:
iced3 /path/to/script.icedCompile a script:
iced3 -c /path/to/script.icedFor documentation, usage, and examples, see: http://coffeescript.org/
To suggest a feature or report a bug: http://github.com/maxtaco/coffeescript/issues
The source repository: https://github.com/maxtaco/coffeescript.git