Home - GeoffreyBooth/coffeescript GitHub Wiki
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
- Text editor plugins
- Web framework plugins
- Build tools (for compiling/packaging CoffeeScript)
- Literate CoffeeScript to CoffeeScript compiler
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)