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

Programmer Humor

32718 readers
399 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 3 weeks ago* (last edited 3 weeks ago) (1 children)

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

[โ€“] [email protected] 2 points 3 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.