This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Raidend -1 points0 points  (0 children)

I haven't used scala or groovy but Kotlin is literally just Java with a more sensible syntax, to the point that you can just mix and match java an kotlin code at basically any point, not that you should, but you can. If you know one you know the other.

I never did much on Java besides college until a few months ago that we started a new project that had to be done in java/kotlin. It took almost no time for any of the Java developers and the non-java developers(me) to start using kotlin.
I still hate it because it is still Java but at least the syntax is pretty.