A quick list of features which Haskell benefits from that your language probably doesn't
Part 4 of a series on how I write REST-ish web services in Haskell with a dash of robustness
I finally got around to completing & releasing exceptionfree-readfile, a library for reading files that doesn't log any exceptions when you run a program with +RTS -xc -RTS, unlike base's readfile
A small focused Haskell library implementing a Count-min data sketch
Part 3 of a series on how I write REST-ish web services in Haskell with a dash of robustness
Part 2 of a series on how I write REST-ish web services in Haskell with a dash of robustness
Part 1 of a series on how I write REST-ish web services in Haskell with a dash of robustness
How attempting to speed up my CI builds led to upgrading to GHC 8.2.2 (and eventually speeding up my CI builds)
An in-depth look at adding naive email templating to my Haskell web application.
Some notes on issues I was having building haskell projects on Arch Linux