Hey there! Was searching on some resources to lear...
# arrow
g
Hey there! Was searching on some resources to learn the basic concepts of Monoids , Functors and Monads Didn't find any that's hands on in the computer science domain. Can you suggest any?
a
self-advertising, but my book "FP ideas for the Curious Kotliner" covers many of those https://leanpub.com/fp-ideas-kotlin
1
the book "From Objects to Functions" by Uberto Barbini, and "Domain Modelling Made Functional" by Scoot Wlaschin are also great (first one in Kotlin, second one in F#, but should be quite understandable)
g
Okay sounds great Thank you 🙏
ł
m
l
I’ve been told my monad tutorial in my book is excellent. The book is PHP-based, though. https://leanpub.com/thinking-functionally-in-php
thank you color 1
f
@Gemy I wrote a shitty tutorial for people like me (java devs in a rush) that got some positive feedback at a few workplaces https://gist.github.com/androidfred/6a0c85dd3bf75eb444c5ca13deb5d89a#functor-map
🙏 1
g
Thanks for sharing this @Fred Friis I found it very educational thank you color