#functors

[ follow ]
Medium
4 months ago
Scala

Functional Containers Summary: Functor vs Applicative vs Monad

Functors represent mapping between categories, can be viewed as util class for mapping over values, prevalent in functional languages like Scala and Haskell.
Applicatives generalize Functors, operate not just on values but also on functions within a context, less powerful than Monads but more versatile. [ more ]
[ Load more ]