Arrow aims to provide a lingua franca of interfaces and abstractions across Kotlin libraries. For this, it includes the most popular data types such a

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-04-25 14:30:12

Arrow aims to provide a lingua franca of interfaces and abstractions across Kotlin libraries. For this, it includes the most popular data types such as Option, and Either, functional operators such as zipOrAccumulate, and computation blocks to empower users to write pure FP apps and libraries built atop higher order abstractions.

⚠️ Every new API has been backported to Arrow 1.2. We strongly discourage from using Arrow 2.0 at this point, except for testing purposes, and use Arrow 1.2 instead.

The next version of Arrow is in active development. If you want to try it, you need to add the following repository in your build file:

Arrow is an inclusive community powered by awesome individuals like you. As an actively growing ecosystem, Arrow and its associated libraries and toolsets are in need of new contributors! We have issues suited for all levels, from entry to advanced, and our maintainers are happy to provide 1:1 mentoring. All are welcome in Arrow.

If you’re looking to contribute, have questions, or want to keep up-to-date about what’s happening, please follow us here and say hello!

Leave a Comment