Jeena@piefed.jeena.net to Programmer HumorEnglish · 1 month agoBefore and after programmingpiefed.jeena.netimagemessage-square140fedilinkarrow-up1531arrow-down169
arrow-up1462arrow-down1imageBefore and after programmingpiefed.jeena.netJeena@piefed.jeena.net to Programmer HumorEnglish · 1 month agomessage-square140fedilink
minus-squareHiddenLayer555linkfedilinkEnglisharrow-up2·edit-21 month agoDoes Java have an elegant way of compiling to native machine code now? Genuinely asking.
minus-squarekameecoding@lemmy.worldlinkfedilinkarrow-up2·1 month 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.