Unfancy JavaScript
Go to file
Sean Hussey a323160d14 Rudimentary fix for jashkenas/coffee-script#3379. 2014-02-17 18:37:10 -05:00
bin Moved src/*.coffee under src/coffee-script/ so that lib can be added to $NODE_PATH and only expose the top-level coffee-script namespace. Fixes #1246 2011-07-05 21:58:04 +10:00
documentation changelog: add missing compare view URLs 2014-02-16 18:09:17 -08:00
examples Back to non-naked constructor, @, preincrement, comprehension bracketing, idioms: calls, comprehensions, interpolations 2013-12-09 22:28:34 +00:00
extras CoffeeScript 1.7.1 2014-01-29 23:19:36 -06:00
lib/coffee-script Rudimentary fix for jashkenas/coffee-script#3379. 2014-02-17 18:37:10 -05:00
src Rudimentary fix for jashkenas/coffee-script#3379. 2014-02-17 18:37:10 -05:00
test fixes #3363: modulo operator evaluation order 2014-02-08 20:56:34 -06:00
.gitignore ignore litcoffee files 2012-09-25 17:50:04 -05:00
.npmignore fixes issue #1490 ... jsl.conf is incorrectly npmignored. 2011-07-06 22:15:35 -04:00
CNAME trying with just the .org 2011-10-31 22:54:32 -04:00
CONTRIBUTING.md Adding a CONTRIBUTING to CoffeeScript. 2012-09-17 13:16:41 -04:00
Cakefile changelog: add anchor to each section 2014-02-16 18:08:35 -08:00
LICENSE CoffeeScript 1.7.0 2014-01-28 14:05:38 -05:00
README CoffeeScript 1.7.0 2014-01-28 14:05:38 -05:00
index.html update "latest version" documentation link to 1.7.1 2014-01-29 23:24:06 -06:00
package.json Merge remote-tracking branch 'origin/gh-pages' 2014-02-01 21:07:10 -06:00
register.js fix auto and manual require.extensions registration; ref #3141 2013-12-08 14:19:10 -06:00

README

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


  CoffeeScript is a little language that compiles into JavaScript.

  If you have the Node Package Manager installed:
  npm install -g coffee-script
  (Leave off the -g if you don't wish to install globally.)

  Or, if you don't wish to use npm:
  sudo bin/cake install

  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, report a bug, or general discussion:
  http://github.com/jashkenas/coffee-script/issues/

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

  The source repository:
  git://github.com/jashkenas/coffee-script.git

  Top 100 contributors are listed here:
  http://github.com/jashkenas/coffee-script/contributors