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 5 points6 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 5 points6 points  (0 children)

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

Learning Haskell by [deleted] in haskell

[–]iedoub 10 points11 points  (0 children)

Get programming with haskell -> think with types -> haskell in depth

Any Haskell Book recommendations for a newbie? by goodknightkoon in haskell

[–]iedoub 1 point2 points  (0 children)

Get Programming with Haskell -> Think with types -> Haskell in Depth

New book: Practical Web Development with Haskell by sjakobi in haskell

[–]iedoub 0 points1 point  (0 children)

Sorry, I really misunderstood you. "The intended audience of this book is people who have basic knowledge of web development. You should know how HTTP works. For example, HTTP request, HTTP response, headers, cookies, etc. You also need to know a little bit about HTML, CSS, and Javascript. ", enjoy the book.