5 ms·
I bet they have plans to make a different VM for Kotlin and move away from JVM, should be coming in the next couple of years.
by vitoreiji 7y ago
I bet they have plans to make a different VM for Kotlin and move away from JVM, should be coming in the next couple of years.
- ForHackernews 7y agoWhy bother? Being on the JVM has many advantages and building some new VM (and compiler?) would be extra hassle and expense for not much gain.
- PunchTornado 7y agomoving away from oracle is `not much gain`?
- ForHackernews 7y agoThere's already at least two big-name alternatives to Oracle Java: The OpenJDK and Amazon's Corretto. If you're suggesting Google might make their own "supported" OpenJDK build, then sure, that might be worth something. That's different than moving away from JVM entirely to a different compiler target, as suggested by the parent comment.
- pjmlp 7y agoOpenJDK is like 90% developed by Oracle with smaller contributions from other partners in the Java community, including the JEPs that bring Java forward.
- liopleurodon 7y agoOracle v Google
- curt15 7y agoAndroid has been using OpenJDK for a while with no problems.
- nl 7y agoGoogle vs Oracle isn't "no problems" https://en.wikipedia.org/wiki/Oracle_America,_Inc._v._Google,_Inc https://en.wikipedia.org/wiki/Oracle_America,_Inc._v._Google....
- yorwba 7y agoAs far as I can tell, Oracle vs Google was due to Google not using OpenJDK, but their own implementation.
- dragandj 7y agoMoreover, their implementation didn’t work on standard compliand JVMs, and was called Java, despite being only similar to Java. Even Microsoft’s J++ worked on different JVMs if you didn’d use Windows specific classes...
- Leace 7y agoYes, especially that Kotlin already targets various architectures.
- untog 7y agoKotlin already has one in the form of Kotlin Native. So far no involvement from Google on that front, but things could change.
- JulianMorrison 7y agoKotlin already has a native compiler (targeting iOS and so forth).