Arrow - Bringing Idiomatic Functional Programming to Kotlin

https://arrow-kt.io/learn/overview/

23 points · 3 comments · view on lemmy.world

3 Comments

Insanity@programming.dev · 5 pts · 3y (1 reply)

I've been playing around with Arrow V2 for a while and it's really nice. I like the simplifications they've done which feel like they remove a lot of bloat without sacrificing the functionality.

I made a sample project with Arrow and http4k. They both work very nicely together. Link here if you'd like to take a look.

million@lemmy.world · 1 pts · 3y

For other folks out of the loop arrow the 1.2 release apparently has all the new APIs.

https://xebia.com/blog/arrow-1-2-0-rc-is-now-available/

And a migration guide:

https://arrow-kt.io/learn/quickstart/migration/