this post was submitted on 28 Nov 2024
462 points (88.5% liked)

Programmer Humor

32743 readers
145 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] HiddenLayer555@lemmy.ml 2 points 4 weeks ago* (last edited 4 weeks ago) (1 children)

Does Java have an elegant way of compiling to native machine code now? Genuinely asking.

[โ€“] kameecoding@lemmy.world 2 points 4 weeks ago

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.