Write Y Combinator to understand recursions better
Implementation of Y Combinator from scratch (in Scala). It helps to understand structure of recursions. In the post we’ll take a look how to approach recursive functions without self-reference.
Implementation of Y Combinator from scratch (in Scala). It helps to understand structure of recursions. In the post we’ll take a look how to approach recursive functions without self-reference.
Application dependency management in Scala: DI, ZIO and Monad Transformers
Is Reader is just a synonym to function?
Explore Cats Semigroupal, Apply, Applicative: product, ap, mapN and friends
Explore Cats Functor. Understanding of “contramap” function