CoffeeScript

Unfancy JavaScript

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. ```

CoffeeScript is a little language that compiles into JavaScript.

Installation


Once you have Node.js installed:

  1. ``` sh
  2. # Install locally for a project:
  3. npm install --save-dev coffeescript

  4. # Install globally to execute .coffee files anywhere:
  5. npm install --global coffeescript
  6. ```

Getting Started


Execute a script:

  1. ``` sh
  2. coffee /path/to/script.coffee
  3. ```

Compile a script:

  1. ``` sh
  2. coffee -c /path/to/script.coffee
  3. ```

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

To suggest a feature or report a bug: https://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: https://coffeescript.org/#changelog

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