• 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.