
Better JS with CoffeeScript - Sam Stephenson (37signals)
1 month ago
00:00
2615
More
1. Better JS with CoffeeScript - Sam Stephenson (37signals)
1 month ago
Sam Stephenson speaking at the Future of Web Apps London 2011 runs through how to write cleaner and faster JavaScript with CoffeeScript and where this is leading in the future.
-
Vimeo: About / Blog / Developers / Jobs /
Community Guidelines /
Help Center / Video School / Music Store / Site Map
/ Vimeo
or
-
Legal: TM + ©2012 Vimeo, LLC. All rights reserved. / Terms of Service / Privacy Statement / Copyright

Prev week
ages = peopleList.ages
Yes, that's it! (the list has no property called ages, so it checks each of it's members for that propery and returns it as a list to ages). GPath, baby! :)
Why?
Ambiguity. CoffeeScript code can very easily introduce and suffer heavily from ambiguous code.
Some of it can be avoided by becoming a better CoffeeScript programmer I'm sure.
But some of it is a consequence of the design of the language and makes it unsuable to me.