|
|
|
|
|
by lmm
3749 days ago
|
|
> With more than 2,000 people in its Slack channel alone, I think Kotlin is a bit more than marketing hype (to compare, Java has about 500 and Scala 450). So do you really think Kotlin is used 4x as much as Java? Or is it possible that this is a pretty poor measure of actual usage? > As for your other point, tying Java interop with existential types is pretty absurd. Only as absurd as Java. Java libraries contain methods that return existential types (e.g. List<?>) everywhere. If you can't represent that type in your type system (note that it's not the same type as List<Object>), you can't have full Java interop. |
|
I don't know what libraries you are looking at but these are extremely rare these days. At least for the popular ones. You seem to be talking about Java like it was written eight years ago.