Hacker News new | ask | show | jobs
by Genbox 1342 days ago
Kotlin does have exceptions[1]

[1] https://kotlinlang.org/docs/exceptions.html#java-interoperab...

1 comments

They said "try to get rid of", which to me is akin to de-emphasizing.

Of course you'd have to deal with exceptions since you're running on the JVM and want to Interop with Java code, that doesn't mean it's idiomatic code.