Conversation

I want to learn Haskell thoroughly in my spare time. It's my next "To Learn" language. Any Haskell devs have any tips that they wish they learned at the beginning? I appreciate all input
8
15
I reckon it's a good idea to skip the monad tutorials - they'll only be confusing early on. Learn how to get stuff done first, then delve into the fancier abstractions later once you have enough concrete examples that you can generalize.
1