Hacker News new | ask | show | jobs
by _xiaz 703 days ago
I learned a great deal by working through a bunch of haskell coding puzzles on codewars after only reading the first six chapters.

This helped a bunch with getting good at higher order functions and recursion.

I took a detour to lisp after and never looked back, but that's due to my type system preferences, you'll benefit from puzzles either way.