forked from jashkenas/coffeescript
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
52 lines (40 loc) · 1.9 KB
/
README
1
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
} } {
{ { } }
} }{ {
{ }{ } } _____ __ __
( }{ }{ { ) / ____| / _|/ _|
.- { { } { }} -. | | ___ | |_| |_ ___ ___
( ( } { } { } } ) | | / _ \| _| _/ _ \/ _ \
|`-..________ ..-'| | |___| (_) | | | || __/ __/
| | \_____\___/|_| |_| \___|\___|
| ;--.
| (__ \ _____ _ _
| | ) ) / ____| (_) | |
| |/ / | (___ ___ _ __ _ _ __ | |_
| ( / \___ \ / __| '__| | '_ \| __|
| |/ ____) | (__| | | | |_) | |_
| | |_____/ \___|_| |_| .__/ \__|
`-.._________..-' | |
|_|
CoffeeScript é uma pequena linguagem que compila para JavaScript.
Instale o Node.js, e então o compilador CoffeeScript:
sudo bin/cake install
Ou, caso você tenha o Node Package Manager instalado:
npm install -g coffee-script
(Não use a opção -g caso não queira instalar de forma global.)
Execute um script:
coffee /path/to/script.coffee
Compile um script:
coffee -c /path/to/script.coffee
Para documentação, uso e exemplos:
http://coffeescript.com.br/
Para sugerir uma nova feature, reportar um bug,
ou acompanhar discussões em geral sobre a linguagem:
http://github.com/jashkenas/coffee-script/issues/
Se você deseja conversar, entre no canal do IRC #coffeescript na Freenode,
ou em webchat.freenode.net.
O repostório do código:
git://github.com/jashkenas/coffee-script.git
Todos que contribuiram estão listados aqui:
http://github.com/jashkenas/coffee-script/contributors