Thread
Stories related to "Functional Programming concepts, examples and patterns illustrated through Haskell syntax." across the full archive.
Promises are currently the best tool we have for asynchronous programming and they appear to be our best hope for the forseeable future, even if they'll be hiding behind generators or async functions. For now, we'll need to use promises directly, so we should learn some good techniques for using the...
No longer WIP, and recommended to me as one of the most eye-opening books on OOP (even if you're not a game developer)
For me, type magic whether Haskelly or Idrisy dependent types evades me. A lot of modern comp sci concentrates on types, which I find a slog to get through, in spite of some [helps](https://lobste.rs/s/11k4ri/how_should_i_read_type_system_notation). I've worked through a few books on the topic and a...
Work in progress; the last two chapters are not yet in the book. Got a ringing endorsement from [Uncle Bob Martin](http://blog.8thlight.com/uncle-bob/2012/08/24/functional-programming-for-the-object-oriented-programmer.html).