Thread
Stories related to "A Taste of Functional Programming in Java 7, Java 8 and C# 4" across the full archive.
Work in progress; the last two chapters are not yet in the book. Got a ringing endorsement from [Uncle Bob Martin](http://blog.8thlight.com/uncle-bob/2012/08/24/functional-programming-for-the-object-oriented-programmer.html).
The code is pretty much unreadable in the video, but you can follow along on GitHub:
https://github.com/Cicayda/yolk-examples/blob/master/src/yolk_examples/client/autocomplete.cljs
https://github.com/Cicayda/yolk-examples/blob/master/src/yolk_examples/client/dragdrop.cljs
I was frustrated with the debate about this article on HN - a bunch of people railing on the study. Studying software is *extremely* hard for reasons we all know. Capers Jones is one of a handful of people actually trying to quantify it. Yes, studies are going to be imperfect but at least they're tr...