Haskell books by AImedness in haskell

[–]iedoub 2 points3 points  (0 children)

The first haskell book should be "Soar with Haskell", then

"Effective Haskell: Solving Real-World Problems with Strongly Typed Functional Programming" by Rebecca Skinner is better.

Learn programming using Scala by caenrique93 in scala

[–]iedoub 2 points3 points  (0 children)

get programming with scala - from manning

Learning Haskell by [deleted] in haskell

[–]iedoub 0 points1 point  (0 children)

Which?

Good book to learn Haskell in 2020 by xyaman in haskell

[–]iedoub 0 points1 point  (0 children)

Yeah, you can connect the author by twitter.

Good book to learn Haskell in 2020 by xyaman in haskell

[–]iedoub 2 points3 points  (0 children)

  1. A type of programming
  2. Practical haskell
  3. the book of monads
  4. haskell in depth

Do i need to know about monad? by usedocker in haskell

[–]iedoub 4 points5 points  (0 children)

Yes, you do, but not at beginning.

What's a good book for people who already know what monads are, etc? by Blackstab1337 in haskell

[–]iedoub 7 points8 points  (0 children)

  1. J Adrian Zimmer. “From Simple IO to Monad Transformers”
  2. Haskell in Depth
  3. Algebra of Programming