Skip to content

Instantly share code, notes, and snippets.

@faridiot
Created August 13, 2016 11:23
Show Gist options
  • Save faridiot/10bd4aab818c5de13618e98c0429223d to your computer and use it in GitHub Desktop.
Save faridiot/10bd4aab818c5de13618e98c0429223d to your computer and use it in GitHub Desktop.

The CoffeeScript Wiki

This wiki is a work-in-progress containing some useful lists and how-tos on advanced CoffeeScript topics. It does not contain authoritative documentation on the language. If you're just getting started with CoffeeScript, the best free resource is the official site. There are also several books: The Little Book on CoffeeScript, Smooth CoffeeScript, CoffeeScript: Accelerated JavaScript Development, CoffeeScript Ristretto, and Programming in CoffeeScript, and cheat sheets at Cheatography.

For general discussions and questions about CoffeeScript, see the Google Group or the Freenode IRC room #coffeescript. Stack Overflow is also a great resource; questions tagged coffeescript there are usually answered within a few hours. To file a bug report, use the issue tracker.

To stay up-to-date with CoffeeScript, follow @coffeescript on Twitter.

Wiki Pages

Tools

Style Guides

In The Wild

  • [CoffeeScript in real projects](In The Wild)
  • [[List of languages that compile to JS]]

How-Tos

  • [Compiling, Concatenating and Setting Up Build Tools Using cake]([HowTo] Compiling and Setting Up Build Tools)
  • Nodetuts in Coffeescript
  • [Hacking on the CoffeeScript compiler]([Howto] Hacking on the CoffeeScript Compiler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment