Typeclasses are impossible in Kotlin at compile ti...
# functional
r
Typeclasses are impossible in Kotlin at compile time because there is no implicits or any other support for something like that. We are emulating them with
reify
and a global registry at runtime that is as dirty as it gets