Media praise for Functional Programming for Java Developers

Have a blog? Join our Blogger Review Program

"Functional Programming for Java Developers has the noble goal of introducing ideas from functional programming to developers who are familiar with Java. In my opinion, functional programming will be the dominant programming paradigm within 10 years and this book presents an brief intorduction to the world of functional programming, however, there is some ugliness in trying to program functionally in a language like java, that doesn't treat functions as first class citizens. " Full Review >
-- Levon Lloyd, levonlloyd.tumblr.com/

"Functional Programming is back! After 2-3 decades of Object Oriented Programming which made languages like Lisp seem like a dinosaur, the software community has turned its focus back on FP. And with good reason! OOP has fallen short of the demands of concurrent programming leading to convoluted code that only a few experts can read and write. New FP languages today like Scala or Clojure address this issue by providing a robust language that can run on the good old reliable JVM. That way you don't need a huge change in your infrastructure - just add a few jars and you are ready to dive in. This book will teach you how. " Full Review >
-- Santosh Shanbhag, santoshonsoftware.blogspot.com

"Functional Programming for Java Developers provides an introduction to Java developers that have been using Object Oriented development. The focus of this book is to provided some great examples of how to use Functional Programming and to get you excited about expanding your knowledge by looking into many of the references that are included at the end of the book. Dean did a great job providing examples throughout the book related to the topic of each chapter. In addition, he provides concise coverage of the topics and exercises at the end of each chapter to help enforce the topics that were just covered." Full Review >
-- David Witherspoon, davidwitherspoon.wordpress.com

"It was with eagerness and anticipation that I picked up a copy of fp for jd. I'd heard about it on twitter, and conversations with my resident functional guru (Tony Morris) got me excited about the potential for this book." Full Review >
-- Rob Dawson, www.rojotek.com/blog

"This is the book for you if you code in Java, you've heard of functional and want to know what the fuss is about, but you only want it in terms of the constructs of Java that you already know. " Full Review >
-- Richard Dallaway, Richard.dallaway.com