Unfancy JavaScript
Go to file
zdenko 3be9038028 Spread syntax triple dots on either right or left (#4606)
* Spread dots on both sides: {a:1, ...obj1, obj2...},  [a..., ...b], f ...a, b...

* Optimization
2017-07-08 22:32:02 -07:00
bin 1.12.6 (#4548) 2017-05-14 11:12:50 -07:00
docs merge master (#4597) 2017-07-03 20:52:49 -07:00
documentation [CS2] Fix a couple of typos (#4602) 2017-07-03 22:10:03 -07:00
lib/coffeescript Spread syntax triple dots on either right or left (#4606) 2017-07-08 22:32:02 -07:00
src Spread syntax triple dots on either right or left (#4606) 2017-07-08 22:32:02 -07:00
test fix #4577; renamed destructured parameters with same default value (#4596) 2017-07-05 19:04:52 -07:00
.gitignore [CS2] Destructuring object spreads (#4493) 2017-06-29 22:57:42 -07:00
.nojekyll
CONTRIBUTING.md 2.0.0-beta3 (#4594) 2017-06-30 09:58:05 -07:00
Cakefile [CS2] Support for CSX - equivalent of JSX (#4551) 2017-06-06 23:33:46 -07:00
LICENSE
README.md 1.12.6 (#4548) 2017-05-14 11:12:50 -07:00
bower.json
package.json 2.0.0-beta3 (#4594) 2017-06-30 09:58:05 -07:00
register.js
repl.js

README.md

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

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