Hello world :sweat_smile:! .. I wanted to start le...
# arrow
c
Hello world 😅! .. I wanted to start learning arrow can anyone recommend where I should get started from , plus also if could suggest some commonly used arrow operations that everyone uses in their workflow would be great help.
👏 2
c
I don't know if that's what you need, but these pages are good. https://arrow-kt.io/docs/core/
r
From those pages picking an example or attempting to play with something like this helps get some of the intuition of common programming with arrow https://arrow-kt.io/docs/patterns/error_handling/
j
Incrementally introducing Arrow into a project, if this is an option 😜.
Either
is a great first data type to introduce into most projects, I'd imagine. Reading the docs, books on FP in the programming languages that you understand, and the Arrow source, is beneficial. And the FP in Kotlin fundamentals course offered by 47 Degrees Academy is an excellent introduction.
1
🙏 1