read


read
or learn more

FP vs. OO, from the trenches.

Jul 22, 2013 some comments

I’ve been programming for quite some time and have explored a variety of programming paradigms along the way. From time to time people will ask1 which is better: functional programming or object-oriented programming. Having done both extensively in my time I can exclaim a resounding: it depends. Lame. While I’ll never be a major player […]

Functional JavaScript: Closure

Jun 18, 2013 some comments

It’s done! After a seemingly endless journey, the publication of Functional JavaScript is complete and books have found their way into peoples’ homes. Below is a list of useful links related to the book: The official Functional JavaScript site My Twitter feed, where I will post coupons and inanities The Functional JavaScript paperback edition The […]

Fun.js – allong.es

Jun 12, 2013

I’ve written a book entitled Functional JavaScript due out in print sometime in June 2013. In the book I introduce and explore various techniques for writing code in a functional style using the Underscore library. As much as I would have loved to delve into the ecosystem of functional JS libraries, I didn’t want to […]

Fun.js – Just a sketch

Jun 6, 2013 some comments

I’ve written a book entitled Functional JavaScript due out in print sometime in June 2013. In the book I introduce and explore various techniques for writing code in a functional style using the Underscore library. As much as I would have loved to delve into the ecosystem of functional JS libraries, I didn’t want to […]

Fun.js – Bilby.js

Jun 4, 2013

I’ve written a book entitled Functional JavaScript due out in print sometime in June 2013. In the book I introduce and explore various techniques for writing code in a functional style using the Underscore library. As much as I would have loved to delve into the ecosystem of functional JS libraries, I didn’t want to […]

Continue >>