Unfancy JavaScript
Go to file
Michael Ficarra c0d44b1abd Merge pull request #3966 from davidbau/simplesourcemaps
Fix #3965, sourcemaps for bare programs.
2015-05-08 07:52:58 -07:00
bin
documentation Improved try/catch/finally to explain the options better. 2015-05-01 22:38:25 +01:00
examples
extras build & docs for 1.9.2 2015-04-15 17:26:30 +02:00
lib/coffee-script Merge pull request #3968 from lydell/nodes-tokens-errors 2015-05-01 07:51:17 -07:00
src Merge pull request #3966 from davidbau/simplesourcemaps 2015-05-08 07:52:58 -07:00
test Merge pull request #3967 from lydell/implicit-call-implicit-obj 2015-05-01 07:48:59 -07:00
.gitignore
.npmignore
CNAME
CONTRIBUTING.md
Cakefile Merge remote-tracking branch 'A/master' 2014-09-06 11:32:25 +02:00
LICENSE Fixed copyright range to be updated to 2015 2015-02-08 11:28:51 -08:00
README.md Add link of changelog 2015-02-21 13:59:35 -05:00
bower.json bumped version to 1.9.2 2015-04-15 17:25:49 +02:00
index.html adding new packt book at their request 2015-04-15 12:03:22 -04:00
package.json bumped version to 1.9.2 2015-04-15 17:25:49 +02:00
register.js
repl.js

README.md

        {
     }   }   {
    {   {  }  }
     }   }{  {
    {  }{  }  }                    _____       __  __
   { }{ }{  { }                   / ____|     / _|/ _|
 .- { { }  { }} -.               | |     ___ | |_| |_ ___  ___
(  { } { } { } }  )              | |    / _ \|  _|  _/ _ \/ _ \
|`-..________ ..-'|              | |___| (_) | | | ||  __/  __/
|                 |               \_____\___/|_| |_| \___|\___|
|                 ;--.
|                (__  \            _____           _       _
|                 | )  )          / ____|         (_)     | |
|                 |/  /          | (___   ___ _ __ _ _ __ | |_
|                 (  /            \___ \ / __| '__| | '_ \| __|
|                 |/              ____) | (__| |  | | |_) | |_
|                 |              |_____/ \___|_|  |_| .__/ \__|
 `-.._________..-'                                  | |
                                                    |_|

CoffeeScript is a little language that compiles into JavaScript.

Installation

If you have the node package manager, npm, installed:

npm install -g coffee-script

Leave off the -g if you don't wish to install globally. If you don't wish to use npm:

git clone https://github.com/jashkenas/coffeescript.git
sudo coffeescript/bin/cake install

Getting Started

Execute a script:

coffee /path/to/script.coffee

Compile a script:

coffee -c /path/to/script.coffee

For documentation, usage, and examples, see: http://coffeescript.org/

To suggest a feature or report a bug: http://github.com/jashkenas/coffeescript/issues

If you'd like to chat, drop by #coffeescript on Freenode IRC.

The source repository: https://github.com/jashkenas/coffeescript.git

Changelog: http://coffeescript.org/#changelog

Our lovely and talented contributors are listed here: http://github.com/jashkenas/coffeescript/contributors