Join Slack
Powered by
Typeclasses are impossible in Kotlin at compile ti...
# functional
r
raulraja
05/24/2017, 7:27 PM
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
Open in Slack
Previous
Next