Reddit Reddit reviews Introduction to Functional Programming using Haskell (2nd Edition)

We found 3 Reddit comments about Introduction to Functional Programming using Haskell (2nd Edition). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Science
Computer Systems Analysis & Design
Introduction to Functional Programming using Haskell (2nd Edition)
Check price on Amazon

3 Reddit comments about Introduction to Functional Programming using Haskell (2nd Edition):

u/jaybee · 5 pointsr/haskell

It depends in part on why you didn't like RWH but Bird is a classic. It introduces lots of important ideas such as deriving programs from algebraic properties of functions. Read The Haskell Road too.

u/martinbishop · 3 pointsr/programming

Can't believe no one has mentioned Bird

u/dalaing · 2 pointsr/haskell

I like Pearls of Functional Algorithm Design, but for anyone who gets lost in that I recommend Introduction to Functional Programming using Haskell.

It starts off introductory, but it covers a lot of material, and covers it in depth.