Somebody should write a book about arrow-kt :sligh...
# arrow
s
Somebody should write a book about arrow-kt 🙂 and with FP intro. It is really hard for someone to just jump in and learn arrow without proper explanations and good examples of idiomatic usages. I would buy that book right away 🙂
👍 1
p
Functional and Reactive Domain Modeling
and Scala's red book
basically all FP concepts from other languages, even F#, apply here
another fan favorite is Domain Modeling Made Functional, which is a summary of the blog posts in https://fsharpforfunandprofit.com/
s
Thanks for the suggestions! I know the concepts translate from language to language, but wanting to learn more FP with kotlin/arrow, was hopping that someone is writing a book with that combo for examples so I can more easily translate it to my code.
But in the mean time I will check the resources you mentioned