DEV Community

Discussion on: Java or kotlin?

Collapse
 
darkes profile image
Victor Darkes

Kotlin! I think the ability for more concise code is the biggest advantage, no need to "new" objects or use semi-colons, allows for you to turn your thoughts into code quicker. Null safety and immutability is great too.