But don’t fall pray to the hype surrounding it just yet – CoffeeScript isn’t going to replace JavaScript any time soon, as it sacrifices some of the agility that JS provides in attempt to make development easier. The CS way might not be the best fit for your project.

CoffeeScript is a neat programming language meant to enhance the good parts of JavaScript, while working around the not so good. It makes OOP easy and introduces a number of useful additions such as comprehensions, new syntax for functions and scope handling, along with numerous small improvements.
CoffeeScript works in every browser out there, and is compatible with all your existing JavaScript code (including libraries like jQuery and plugins). But how does this work if it is a different language? Simple – CoffeeScript compiles down to JavaScript, so it works in any browser that supports it.
Demo: http://demo.tutorialzine.com/2011/10/ios-homescreen-coffeescript/
Download: http://tutorialzine.com/2011/10/ios-homescreen-coffeescript/
| ←Previous jqPagination: jQuery Pagination Plugin | jQuery Responsive Thumbnail Gallery Next→ |
|---|
