A Journey into Extensible Effects in Scala
This article is an introduction to using the Scala Eff
library, which is an implementation of Extensible Effects. This library is now under the Typelevel umbrella, which means it integrates well with popular functional programming libraries in Scala like…