Is there a document somewhere with a comprehensive list of future plans? I've heard about many depre...
c
Is there a document somewhere with a comprehensive list of future plans? I've heard about many depreciations, the Meta plugin removing the need to fix, etc. Is there a list somewhere to explain what major changes are to come?
r
Not yet
But it's coming once we have the first stable release of meta
Many folk working on that and should be coming soon
Comes down to type classes, coercion functions, coherent implicits, union types, refined types, product types and inductive derivation as features.
A few others too like purity and totality checks at compile time will also come gradually
You can enable in your module any of those
g
Hi @raulraja is there a similar library like Arrow Meta for Bow? Or is something like this currently being developed?
r
We discussed some approach but nothing major yet afaik
g
Thanks. I really like Arrow and Bow a lot ❤️ However, it seems Bow is always lacking behind Arrow. Well, perhaps Kotlin Multiplatform could help bring parity
r
Bow has some features Arrow still does not have
For one ad-hoc polymorphism seems to be possible with associated types despite kind emulation
Also Bow already has Bifunctor IO<E, A>