fp Tutorials
Functional Programming (FP) By Any Other Name…
Don't worry, this is not YAMA (yet another monad article)! Instead, I want to talk about a library I've recently released that offers a helpful twist on typical functional programming ("FP") operations (like
map(..)
,compose(..)
, etc). Before we jump in: if you're like me and have tried...