jashkenas--coffeescript/README

60 lines
2.1 KiB
Plaintext
Raw Normal View History

2009-12-24 07:12:29 +00:00
=
{
} } {
{ { } }
} }{ {
{ }{ } } _____ __ __
( }{ }{ { ) / ____| / _|/ _|
.- { { } { }} -. | | ___ | |_| |_ ___ ___
( ( } { } { } } ) | | / _ \| _| _/ _ \/ _ \
|`-..________ ..-'| | |___| (_) | | | || __/ __/
| | \_____\___/|_| |_| \___|\___|
| ;--.
| (__ \ _____ _ _
| | ) ) / ____| (_) | |
| |/ / | (___ ___ _ __ _ _ __ | |_
| ( / \___ \ / __| '__| | '_ \| __|
| |/ ____) | (__| | | | |_) | |_
| | |_____/ \___|_| |_| .__/ \__|
`-.._________..-' | |
|_|
CoffeeScript is a little language that compiles into JavaScript.
2010-02-22 00:28:12 +00:00
Install Node.js, and then the CoffeeScript compiler:
sudo bin/cake install
2009-12-24 07:12:29 +00:00
Compile a script:
coffee /path/to/script.coffee
2009-12-24 07:12:29 +00:00
For documentation, usage, and examples, see:
2010-02-22 00:28:12 +00:00
http://coffeescript.org/
2009-12-24 07:12:29 +00:00
To suggest a feature, report a bug, or general discussion:
2009-12-24 07:12:29 +00:00
http://github.com/jashkenas/coffee-script/issues/
2010-02-25 22:18:28 +00:00
If you'd like to chat, drop by #coffeescript on Freenode IRC,
or on webchat.freenode.net.
2009-12-24 07:12:29 +00:00
The source repository:
2009-12-24 08:12:07 +00:00
git://github.com/jashkenas/coffee-script.git
2010-04-04 00:43:50 +00:00
Contributors:
Stan Angeloff (StanAngeloff)
Jeremy Ashkenas (jashkenas)
Zach Carter (zaach)
Tim Cuthbertson (gfxmonk)
Mathieu D'Amours (matehat)
Chris Hoffman (cehoffman)
Jason Huggins (hugs)
Tim Jones (Tesco)
Matt Lyon (mattly)
Jeff Olson (olsonjeffery)
Samuel Reis (grgh)
Tom Robinson (tlrobinson)
Tim Smart (Tim-Smart)
Dr. Nic Williams (drnic)