Hacker News new | ask | show | jobs
by RivieraKid 2382 days ago
Interesting, I find Kotlin just marginally better than Java. It doesn't have checked exceptions which is annoying. You can't use a simple return in lambda functions.

As for other languages: Python is ok for smaller stuff. I don't like Go. My favourite languages are probably Swift and Julia. And recently, I've grown to really like C++ although I used to hate it.

1 comments

What do you mean by simple return? If you need granularity you can `return@scope`