this post was submitted on 28 Nov 2024
452 points (88.2% liked)

Programmer Humor

32692 readers
379 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
[โ€“] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

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

[โ€“] kameecoding 1 points 2 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.