Is there a book for Arrow?
# arrow
n
Is there a book for Arrow?
r
Hi @noone, there isn’t one specific for just Arrow. There is a few for FP with Kotlin like https://www.manning.com/books/functional-programming-in-kotlin https://www.oreilly.com/library/view/functional-kotlin/9781788476485/ but none of them cover the suspended style or the APIs you’ll get in Arrow 1.0.
They are still great books if you want to learn FP concepts from an educational point of view but they don’t cover many the APIs in Arrow today
n
Thank you! I read the JavaScript version of this.
131 Views