jashkenas--coffeescript/README

48 lines
1.9 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
2010-06-28 05:19:04 +00:00
Or, if you have the Node Package Manager installed:
sudo npm install coffee-script
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
All contributors are listed here:
2010-09-29 00:17:23 +00:00
http://github.com/jashkenas/coffee-script/contributors
2010-04-04 00:43:50 +00:00