Would it make sense to add support for graph data structures inside arrow? It's something I would love to help with but probably too large to handle as a personal project. Expressing graphs in a monadic way is something I haven't stumbled upon yet but it sounds exciting.
s
simon.vergauwen
11/11/2022, 1:06 PM
The Arrow org can hold anything functional inspired, or anything to write safer code in Kotlin.
I don't think such a type would belong in Arrow Core itself, but if you want to work on something like that and put it in the Arrow org we can definitely show-case it on the website etc as well ☺️
We're working on reworking the website a bit to also host community libraries, so the Arrow website can become a common entry-point for FP libraries that work well together and promote writing type-safer code in Kotlin.
simon.vergauwen
11/11/2022, 1:07 PM
So if you want to experiment on your personal repo, we can also move it to the Arrow org later on and help you with promotion, gradle configs, CI, etc. As well as being a more common grounds for collaborating with the community.
g
Giorgos Makris
11/11/2022, 1:37 PM
Honestly, that sounds lovely! I will definitely give this a shot and when it's more mature I will come back here ^_^