jashkenas--coffeescript/README

45 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.
Install the compiler:
gem install coffee-script
Compile a script:
coffee /path/to/script.coffee
2009-12-24 07:12:29 +00:00
For documentation, usage, and examples, see:
http://jashkenas.github.com/coffee-script/
To suggest a feature or report a bug:
http://github.com/jashkenas/coffee-script/issues/
The source repository:
2009-12-24 08:12:07 +00:00
git://github.com/jashkenas/coffee-script.git
Warning: A new version of the compiler, written entirely in CoffeeScript,
is in the works. Check out /src for the details. To try it out, use
bin/node_coffee. To have CoffeeScript recompile itself, run:
bin/node_coffee -o lib/coffee_script src/*.coffee