Tag Archives: functional

Functional Programming for Java

Functional Programming for Java Developers Tools for Better Concurrency, Abstraction, and Agility, Dean Wampler, – 2011 Java programmers will want to read this book. The author also wrote the Scala book. Well writen, just 70 pages! FP is more concise … Continue reading

Posted in books | Tagged , , | Leave a comment

Professional F#

Professional F# 2.0, Ted Neward, 2011 F# is a high level language that makes good use of multicore processors, not requiring the programmer to put effort into synchronization. I would like to see benchmarks, because there must be considerable overhead. … Continue reading

Posted in books | Tagged , , | Leave a comment

Expert F#

Expert F# 2.0, Don Syme, 2010

Posted in books | Tagged , , | Leave a comment

Programming F#

Programming F#, Chris Smith, O’Reilly, 2010 Here is an introduction to Microsoft’s F# functional language. Legendary O’Reilly quality, 350 pages.

Posted in books | Tagged , , , | Leave a comment

Real-world Functional Programming

Real-world Functional Programming With Examples in F# and C#, Tomas Petricek, , Manning, 2010 For programmers using Microsoft’s F# functional language. 500 pages.

Posted in books | Tagged , , | Leave a comment

Real World Haskell

Real World Haskell, Bryan O’Sullivan, O’Reilly, 2008 Haskell is an advanced purely functional programming language. Read the book online here. Sorry, it is not yet at the OPL.

Posted in books | Tagged , , | Leave a comment