colomboe / KIO

A simple, lightweight IO monad implementation for Kotlin with effect rotation
https://colomboe.github.io/KIO/
Apache License 2.0
60 stars 4 forks source link

Contribution #7

Closed devcdcc closed 1 year ago

devcdcc commented 2 years ago

Are you still thinking to provide support to this library? Would you like any contributors? Thanks :)

colomboe commented 2 years ago

Given the release of Arrow 1.0, where all the HKT stuff has been removed and the FX library has been ported on top of the standard kotlinx coroutines, I think that KIO has much less sense now. Maybe it could be useful for someone that wants to write code in ZIO style, or just for learning purposes.

What do you think about this? For what use case are you looking at KIO?