Haskell Fast & Hard by Yann Esposito.
The first part of this series opens with:
Don’t be afraid
Many book/articles about Haskell start by introducing some esoteric formula (quick sort, Fibonacci, etc…). I will do the exact opposite. At first I won’t show you any Haskell super power. I will start with similarities between Haskell and other programming languages. Let’s jump to the mandatory “Hello World”.
The lessons are:
- Haskell Fast & Hard (Part 1) An overview of Haskell
- Haskell Fast & Hard (Part 2) Essential Haskell
- Haskell Fast & Hard (Part 3) Hard Part: functional style
- Haskell Fast & Hard (Part 4) Hard Part: types and infinite structures
- Haskell Fast & Hard (Part 5) Hell Difficulty Part: IO and more on infinite trees
After the extended holiday in the United States, physical and mental exercise is indicated!
Enjoy!