2
GraalVM CE 25.1.3 Gets Native Image "Hello World" Program Down To Just 6.5MB
(www.phoronix.com)
But still, getting a HelloWorld app down to 6.5MB; is it just me or is that still rather bloated for all but the most elaborate "hello world" programs?
But you're including a runtime and standard libraries in the executable. go produces largish binaries for small applications as well since it's statically compiled and includes the go runtime.
We're not using floppies anymore.
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.