Jeena to Programmer Humor@lemmy.mlEnglish • 4 months agoBefore and after programmingpiefed.jeena.netimagemessage-square141fedilinkarrow-up1534arrow-down171
arrow-up1463arrow-down1imageBefore and after programmingpiefed.jeena.netJeena to Programmer Humor@lemmy.mlEnglish • 4 months agomessage-square141fedilink
minus-square@HiddenLayer555@lemmy.mllinkfedilinkEnglish2•edit-24 months agoDoes Java have an elegant way of compiling to native machine code now? Genuinely asking.
minus-square@kameecoding@lemmy.worldlinkfedilink2•4 months agoNot java itself, but GraalVM can do this https://www.graalvm.org/latest/reference-manual/native-image/ I can’t confidently tell you it’s production ready as I have never used it myself.
Does Java have an elegant way of compiling to native machine code now? Genuinely asking.
Not java itself, but GraalVM can do this https://www.graalvm.org/latest/reference-manual/native-image/
I can’t confidently tell you it’s production ready as I have never used it myself.