Y
Hacker News
new
|
ask
|
show
|
jobs
by
kapodes
2027 days ago
the distribution is binary, so does it really matter? :)
1 comments
verdverm
2024 days ago
Java compiles to machine code? or does it still require having Java to run the byte code?
link
kapodes
2022 days ago
You can now make native binaries, so you don't need java to run them.
https://www.graalvm.org/reference-manual/native-image/
link