If I want to try out keep-87, should I build the K...
# arrow
g
If I want to try out keep-87, should I build the Kotlin fork and add it to my project?
p
the prototype is very outdated now, you’ll need to wait a couple of months 😉
g
Ok 🥺
m
Though FYI, I was trying to do something that I thought would require keep-87, but then I discovered that Kotlin can do inheritance/implementation by instance.
So you can do stuff like: class CloseableThing(val thing: ThingType) : ThingType by thing, Closeable { override fun close()...
r
The link in the instructions of the keep will let you try the first proposed version
We are working on finishing up a version with compiler plugins that has enhanced features that were not proposed in the keep.