For those curious about pattern matching for Kotli...
# feed
m
For those curious about pattern matching for Kotlin, I've been working with Raul Raja, Nico D'Cotta and a few others to bring pattern matching to Kotlin via Arrow Meta. Nico and I will be giving a talk on it next Wednesday: https://www.meetup.com/kotlin-london/events/271391822/ Anyone who is interested is more than welcome to attend. 🙂 If you'd like to help, follow along with our journey or have any questions, we are in the #pattern-matching channel.
👏 1
k
I actually checked the pr for this earlier today again to see if any improvements were made. I was wondering how much you guys want to have it match to the keep
m
The intention is to follow the KEEP. For now, we're in the beginning stages to investigate how to get this working through the different phases of the compiler, so the code is highly experimental. More updates are coming soon to the PR.