UNPKG

2.8 kBMarkdownView Raw
1CoffeeScript II: The Wrath of Khan
2==================================
3
4```
5 {
6 } } {
7 { { } }
8 } }{ {
9 { }{ } } _____ __ __
10 ( }{ }{ { ) / ____| / _|/ _|
11 .- { { } { }} -. | | ___ | |_| |_ ___ ___
12 ( ( } { } { } } ) | | / _ \| _| _/ _ \/ _ \
13 |`-..________ ..-'| | |___| (_) | | | || __/ __/
14 | | \_____\___/|_| |_| \___|\___| .-''-.
15 | ;--. .' .-. )
16 | (__ \ _____ _ _ / .' / /
17 | | ) ) / ____| (_) | | (_/ / /
18 | |/ / | (___ ___ _ __ _ _ __ | |_ / /
19 | ( / \___ \ / __| '__| | '_ \| __| / /
20 | |/ ____) | (__| | | | |_) | |_ . '
21 | | |_____/ \___|_| |_| .__/ \__| / / _.-')
22 `-.._________..-' | | .' ' _.'.-''
23 |_| / /.-'_.'
24 / _.'
25 ( _.-'
26```
27If you haven't seen [the funded Kickstarter project](http://www.kickstarter.com/projects/michaelficarra/make-a-better-coffeescript-compiler)
28yet, you should check that out to find out more about this.
29
30### Status
31
32See the [roadmap to 2.0](https://github.com/michaelficarra/CoffeeScriptRedux/wiki/Roadmap).
33
34### Getting Started
35
36 npm install
37 make -j test
38 bin/coffee --help
39
40### Development
41
42 make -j build test
43
44### Notable Contributors
45
46I'd like to thank the following financial contributors for their large
47donations to the Kickstarter project. Together, you donated over $10,000 toward
48the project. Without you, I wouldn't be able to do this.
49
50* [Groupon](http://groupon.com/), who is generously allowing me to work in their offices
51* [Trevor Burnham](http://trevorburnham.com)
52* [Shopify](http://www.shopify.com)
53* [Abakas](http://abakas.com)
54* [37signals](http://37signals.com)
55* [Brightcove](http://www.brightcove.com)
56* [Gaslight](http://gaslight.co)
57* [Pantheon](https://www.getpantheon.com)
58* Benbria
59* Sam Stephenson
60* Bevan Hunt
61* Meryn Stol
62* Rob Tsuk
63* Dion Almaer
64* Andrew Davey
65* Thomas Burleson
66* Michael Kedzierski
67* Jeremy Kemper
68* Kyle Cordes
69* Jason R. Lauman
70* Martin Drenovac (Envizion Systems - Aust)
71* Julian Bilcke
72* Michael Edmondson
73
74And of course, thank you [Jeremy](https://github.com/jashkenas) (and all the other
75[contributors](https://github.com/jashkenas/coffee-script/graphs/contributors))
76for making [the original CoffeeScript compiler](https://github.com/jashkenas/coffee-script).