https://kotlinlang.org logo
k

karelpeeters

06/19/2019, 9:06 PM
Kotlin doesn't really have the concept of primitives like in Java, which is elegant both from a language and from a compiler perspective. It's not necessary to not have primitives, but it simplifies things. (though they still leak trough sometimes, eg. in annotations and for arrays)