Like many of my colleagues in the “software industry” I feel that Functional Programming has lifted my game. My…
Sandy Maguire gave an excellent talk on his latest library: polysemy. I highly encourage you…
It would be so nice to have a set of exact rules on how to design software. With Functional Programming we can get the impression…
The question on how to best structure functional programming applications in either Haskell or Scala is still out with various ways to achieve modularity, encapsulation and testability. In the past I have been an advocate of the `Eff` monad, based on Oleg Kiselyov’s work on…