1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
Unfancy JavaScript
Find a file
2018-01-06 13:58:43 -08:00
bin
docs 2.1.1 (#4835) 2017-12-29 16:54:57 -08:00
documentation 2.1.1 (#4835) 2017-12-29 16:54:57 -08:00
lib/coffeescript Fix #4836: functions named get or set can be used without parentheses when attached to @ (#4837) 2018-01-06 13:58:43 -08:00
src Fix #4836: functions named get or set can be used without parentheses when attached to @ (#4837) 2018-01-06 13:58:43 -08:00
test Fix #4836: functions named get or set can be used without parentheses when attached to @ (#4837) 2018-01-06 13:58:43 -08:00
.babelrc
.gitignore
.nojekyll
.travis.yml
appveyor.yml Cache node_modules for AppVeyor builds (#4817) 2017-12-02 20:49:22 -08:00
bower.json
Cakefile 2.0.0 (#4701) 2017-09-18 08:19:19 -07:00
CONTRIBUTING.md
LICENSE
package-lock.json 2.1.0 (#4823) 2017-12-10 23:12:33 -08:00
package.json 2.1.1 (#4835) 2017-12-29 16:54:57 -08:00
README.md Update ASCII logo (#4718) 2017-09-25 12:13:30 -07:00
register.js
repl.js

                                           @@@@@@@                @@@@  @@@@@
                {                         @@@@@@@@@@              @@@   @@@
             }   }   {                   @@@@     @@              @@@   @@@
            {   {  }  }                 @@@@          @@@@@@@    @@@   @@@     @@@@@@    @@@@@@
             }   }{  {                 @@@@          @@@   @@  @@@@@  @@@@@@  @@@   @@  @@@@  @@
            {  }{  }  }                @@@@         @@@@   @@   @@@    @@@   @@@   @@@ @@@   @@@
           { }{ }{  { }                @@@@        @@@@    @@   @@@    @@@   @@@@@@@@  @@@@@@@@
         {  { } { } { }  }             @@@@@       @@@@   @@    @@@    @@@   @@@       @@@
          { }   { }   { }               @@@@@@@@@@ @@@@@@@@    @@@    @@@    @@@@@@@@  @@@@@@@@
   @@@@@@   { }   { }    @@@@@@@           @@@@@               @@@    @@@      @@@@@     @@@@@
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@                               @@@    @@@
 @@ @@@@@@@@@@@@@@@@@@@@@@@@@@             @@@@@@            @@@    @@@
@@   @@@@@@@@@@@@@@@@@@@@@@@@           @@@@    @@          @@@   @@@@
@@@   @@@@@@@@@@@@@@@@@@@@@             @@@@   @@@                       @@                  @@@@
 @@@    @@@@@@@@@@@@@@@@@@              @@@@@          @@@@@   @@  @@   @@@     @@@@@@@     @@@@@
   @@@   @@@@@@@@@@@@@@@@                 @@@@@      @@@  @@@ @@@@@@@@         @@@@  @@@@  @@@@@@@
          @@@@@@@@@@@@@@                    @@@@@   @@@       @@@@     @@@@    @@@    @@@   @@@
                                      @@@@@  @@@@  @@@@      @@@@      @@@@   @@@@   @@@@  @@@@
                                     @@@     @@@@  @@@       @@@@     @@@@    @@@    @@@@  @@@@
                                     @@@     @@@@  @@@@     @@@@      @@@@   @@@@   @@@@  @@@@
                                      @@@@@@@@@     @@@@@@  @@@@       @@@@  @@@@@@@@@    @@@@
                                                                             @@@          @@@@
                                                                            @@@
                                                                            @@@

CoffeeScript is a little language that compiles into JavaScript.

Installation

Once you have Node.js installed:

npm install --global coffeescript

Leave off the --global if you dont wish to install globally.

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: https://github.com/jashkenas/coffeescript/issues

If youd 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: https://github.com/jashkenas/coffeescript/contributors