Nemeski@lemm.ee to Programming@programming.dev · 5 months agoOracle Java police start knocking on Fortune 200's doors for first timewww.theregister.comexternal-linkmessage-square156fedilinkarrow-up1346arrow-down13cross-posted to: java@programming.devtechnology@lemmit.online
arrow-up1343arrow-down1external-linkOracle Java police start knocking on Fortune 200's doors for first timewww.theregister.comNemeski@lemm.ee to Programming@programming.dev · 5 months agomessage-square156fedilinkcross-posted to: java@programming.devtechnology@lemmit.online
minus-squareEthan@programming.devlinkfedilinkEnglisharrow-up9arrow-down1·5 months agoI am aware of that, but Java is the most popular language that runs on the JVM. I don’t specifically dislike other JVM languages, though one of my issues is type erasure and that’s partially a limitation of the JVM.
minus-squareatzanteol@sh.itjust.workslinkfedilinkEnglisharrow-up2·5 months agoKotlin is becoming very popular.In like 10 years of Java development I ran into type erasure like once… Project Valhalla should help with it though (when it finally lands). And kotlin/other jvm languages will benefit as well.
minus-squareazthec@feddit.nllinkfedilinkarrow-up1·5 months agoThere are solutions to it. For example in Scala I’ve had to use Class tags a couple of times before and they were ergonomic and functioned well
I am aware of that, but Java is the most popular language that runs on the JVM. I don’t specifically dislike other JVM languages, though one of my issues is type erasure and that’s partially a limitation of the JVM.
Kotlin is becoming very popular.In like 10 years of Java development I ran into type erasure like once…
Project Valhalla should help with it though (when it finally lands). And kotlin/other jvm languages will benefit as well.
There are solutions to it. For example in Scala I’ve had to use Class tags a couple of times before and they were ergonomic and functioned well