Skip to content
CCPEDIAby Unity Nodes
Discussions/Outreach/Recommendation for Haskell Novice Learning PathForum ↗

Recommendation for Haskell Novice Learning Path

Outreach3 posts505 views2 likesLast activity Feb 2022
BE
Ben_MOP
Feb 2022

Hi Team,

Does anyone have a practical learning path for a Haskell novice?

I am happy to purchase a book or learning course, to add to the ongoing upskilling.

LU
Luciano
Feb 2022

Hi Ben. Just my personal opinion here:

To date I haven’t found a book that particularly stands out. There is

http://learnyouahaskell.com/

Which has the advantage of being available online, so it’s probably a good starting point.

But besides this, I’ve found that it’s probably more important to look at other resources, namely:

  • Journals, and
  • Actual code

For the former, there is a series of papers “Functional Pearl” which I think you can learn a lot from. Just google them - there’s a list on hackage somewhere too.
For the later, I bookmarked the following on reddit:

reddit

r/haskell - Good Haskell Source Code

43 votes and 14 comments so far on Reddit

although I haven’t personally looked through all of it.

BE
Ben_M
Feb 2022

Thanks for the reply, I will run with that :point_up:t2:

← Back to Discussions