What? Gleam can compile to js. I don't see the similarity to kotlin being oo and all. Gleams compile time is lightyears ahead of anything on the jvm. I appreciate kotlins nullability constraints but to me it seems the jvm ecosystem is too grown to give kotlin the space it needs. Also heared that java's pattern matching and exhaustive checks have surpassed kotlins? In that case it's just easier to role with java, no?
cies|4 months ago
My last team wanted to port all remaining Java code to Kotlin, because they just enjoyed working with it so much more.
While porting I've regularly replaced 5-8 lines of Java with a single line of Kotlin.
Kotlin needs Java like Ruby needs C or Elixir needs Erlang.