chocolate
Version:
A full stack Node.js web framework built using Coffeescript
44 lines (24 loc) • 1.57 kB
Markdown
Coffeescript
============
CoffeeScript is a little language that compiles into JavaScript and is an attempt to expose the good parts of JavaScript in a simple way.
It helps you write code in a more functional and less imperative way which will often be simpler for your brain.
It can be used, both on client side (in the browser) or on server side (with nods.js).
### References
[Coffeescript.org](http://coffeescript.org)
[Coffeescript cheat sheet](http://autotelicum.github.com/Smooth-CoffeeScript/CoffeeScript%20Quick%20Ref.pdf)
[Javascript to Coffeescript conversion](http://js2coffee.org)
[The Little Book on Coffeescript](http://arcturo.github.com/library/coffeescript)
[Coffeescript cookbook](http://coffeescriptcookbook.com)
[Interactive Smooth Coffeescript book](http://autotelicum.github.com/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)
<a target="_blank" href="https://groups.google.com/forum/#!forum/coffeescript">Coffeescript on Google groups</a>
### Web tech references
[RegExp Reference](http://www.w3schools.com/jsref/jsref_obj_regexp.asp)
[CSS3 Reference](http://www.w3schools.com/cssref/css3_browsersupport.asp)
### Web tech cheat sheets
[Javascript](http://www.cheatography.com/davechild/cheat-sheets/javascript/)
[CSS2](http://www.cheatography.com/davechild/cheat-sheets/css2/)
### Image Resources
[Icons](http://dryicons.com/free-icons/)
### Image Tools
[Image to Base64](http://www.askapache.com/online-tools/base64-image-converter/)
[Image and Eps to SVG](http://image.online-convert.com/convert-to-svg/)