How to read Haskell like Python
Have you ever tried to read a piece of Haskell code and said “what the hell is this?!”? Do not despair, it is not as hard as it seems! Check out this article for a crash course on Haskell’s weird syntax…
For the beginner, I would also recommend the Meta-tutorial or just How to write a Haskell program, an article on the first steps you must follow when starting programming on Haskell.