Ben’s Reviews > Haskell Programming From First Principles > Status Update

Ben
Ben is 48% done
The chapter on building a project was mildly useful. The chapter on testing was verbose and did not offer much that you couldn't get by reading the documentation (just with more filler).
Oct 28, 2024 07:39PM
Haskell Programming From First Principles

flag

Ben’s Previous Updates

Ben
Ben is 67% done
Nov 07, 2024 08:49PM
Haskell Programming From First Principles


Ben
Ben is 64% done
The chapters on fundamental typeclasses were the first ones that I found truly useful. In particular, functor composition was a new idea to me and took some getting used to (it's not immediately obvious how `(fmap . fmap) f` "just works", but it does). The examples and exercises were very useful.

My only complaint is the bizarre choice to introduce Monoid before Semigroup, given that the latter is more fundamental.
Nov 07, 2024 11:48AM
Haskell Programming From First Principles


Ben
Ben is 48% done
Oct 28, 2024 07:38PM
Haskell Programming From First Principles


Ben
Ben is 41% done
Oct 27, 2024 09:52PM
Haskell Programming From First Principles


Ben
Ben is 39% done
This book is verbose and best suited for beginners (to programming in general) so far. As an OCaml programmer, the first useful bits that I saw (besides language syntax) were regarding left/right associative folds and their implications on laziness. I could have easily learned about this from a more compact online description (the Haskell wiki in particular seems excellent). Hoping that this picks up soon.
Oct 26, 2024 03:45PM
Haskell Programming From First Principles


Ben
Ben is 30% done
Oct 23, 2024 09:50PM
Haskell Programming From First Principles


No comments have been added yet.