|
|
|
|
|
by dima_vm
1327 days ago
|
|
As for me the greatest appeal of Kotlin is that it doesn't need its own tooling that bad, it feels like just syntactic sugar over Java. Both Scala and Kotlin can reuse Java tools, but with Scala it's awkward (and some tricky generics simply don't compile with Scala). E.g. if I need to parse something, I search for "how to parse that in Java", not "... in Kotlin". |
|
What? Do you have any example that wasn't fixed years ago?
Any non-trivial Scala app will consume dozens if not hundreds of Java libraries, without any issue.