Posts about 'Monads'
-
Nov 5, 2022
The Magic of Lazy Lists
-
Jun 4, 2021
Monad Transformers - the prelude to ZPure
-
Feb 2, 2021
Monads in Scala 3 for the Genius
Introduction This is a companion blog the seventh Functional Justin YouTube video which you can find here: https://www.youtube.com/watch?v=B1FSxbmZpCE
-
Jan 21, 2021
Functional Error Handling with Applicative in Scala 3
Introduction This is a companion blog my sixth Functional Justin YouTube video which you can find here: https://youtu.be/3GPXEzO14ZE
-
Aug 2, 2020
What's Ap with zio-prelude?
What's ZIO Prelude Recently, ZIO creators, John De Goes and Adam Fraser, presented their latest functional programming library to the world. ZIO Prelude, hereafter referred to as Prelude, is promised...
-
Apr 4, 2020
What's Ap?
-
Jun 18, 2017
Future[Either] with Cats
Disclaimer Monad transformers have some overhead, so make sure you benchmark before and after switching to them
-
Jun 2, 2017
Future[Either] and monad transformers
Disclaimer Monad transformers have some overhead, so make sure you benchmark before and after switching to them