Revert cd369e8^ ... cd369e8 on CoffeeScript build tools
add new item
Added info on Robusta tool
Updated CoffeeScript In The Wild (markdown)
+perlito
Added js script for compiling a directory of coffeescript files
first stab
Updated The CoffeeScript Wiki (markdown)
simplify the implementation of Class by using an "extend" function.
Updated [HowTo] Compiling and Setting Up Build Tools (markdown)
DSLs doesn't need an apostrophe
Added headers for better legibility
`top` is the top-most Browser window. Making it into a local variable could break code when frames are present. Use Global instead.
On CoffeeScript version 1.2.0, the `implements` function was getting passed (and ignoring) the Cat properties: Class(base, implements(list, props), undefined) rather than Class(base, implements(list), props). Other solution is to redefines implements to more versatile: implements = (list, props...) -> item.prototype or item for item in list.concat(props);
Updated [extensibility] writing dsls (markdown)
Removed ambiguous use of "each" and "reduce" in SELECT example. Now example usage returns @name and @age instead of just @name.
add groove basin to list
Added pcs
added sharelatex
better GitHub link
Adding Sellaround to WebApplications
added CoffeeScriptLineMatcher
Added CoffeeScript Project Template into Build and Deployment