Hello, I'm pretty new to Kotlin but wanted to star...
# arrow
j
Hello, I'm pretty new to Kotlin but wanted to start it out implementing some things with Arrow since I got a little background in FP. Is there a structured path I could follow to learn it?
e
I found the official tutorials quite helpful: https://arrow-kt.io/docs/core/. Read through https://arrow-kt.io/docs/apidocs/arrow-core/arrow.core/-either/ and some of the other data types and the four tutorials about error handling, monads etc.