Unfancy JavaScript
Go to file
Geoffrey Booth 68302e6da7
Docs headings and changelog refactor (#5067)
* Changelog sub-sections should use h3, not h2; no need for hack anchor tag anymore

* Internationalize dates to user’s locale

* Consistent names

* Split up the changelog into separate files per version; make HTML markup consistent with the other sections in the docs

* Fix sidebar links for introduction and overview
2018-05-20 09:39:53 -07:00
bin
docs Docs headings and changelog refactor (#5067) 2018-05-20 09:39:53 -07:00
documentation Docs headings and changelog refactor (#5067) 2018-05-20 09:39:53 -07:00
lib/coffeescript Fix #5046: Adjacent JSX (#5049) 2018-05-20 09:39:09 -07:00
src Fix #5046: Adjacent JSX (#5049) 2018-05-20 09:39:09 -07:00
test Fix #5046: Adjacent JSX (#5049) 2018-05-20 09:39:09 -07:00
.babelrc
.gitignore
.nojekyll
.travis.yml 2.3.0 (#5043) 2018-04-28 18:57:15 -07:00
CODE_OF_CONDUCT.md Code of Conduct (#4992) 2018-02-26 22:18:13 -08:00
CONTRIBUTING.md 2.3.0 (#5043) 2018-04-28 18:57:15 -07:00
Cakefile Docs headings and changelog refactor (#5067) 2018-05-20 09:39:53 -07:00
ISSUE_TEMPLATE.md Create issue template (#4993) 2018-02-26 17:50:14 -08:00
LICENSE
PULL_REQUEST_TEMPLATE.md Pull request template (#4994) 2018-02-26 17:50:25 -08:00
README.md Fix README ASCII art 2018-04-28 19:03:21 -07:00
appveyor.yml 2.3.0 (#5043) 2018-04-28 18:57:15 -07:00
bower.json
package-lock.json Fix #1832: Browser compiler should run code using globally-scoped eval (#5047) 2018-05-01 08:11:40 -07:00
package.json Fix #1832: Browser compiler should run code using globally-scoped eval (#5047) 2018-05-01 08:11:40 -07:00
register.js
repl.js

README.md

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

CoffeeScript is a little language that compiles into JavaScript.

Installation

Once you have Node.js installed:

# Install locally for a project:
npm install --save-dev coffeescript

# Install globally to execute .coffee files anywhere:
npm install --global coffeescript

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