Go compiles to machine-native language.

Java, C# and so on are scripting languages that compile to bytecode that's then run by a painfully slow interpreter.

Not at all, information is out there in case you want to properly educate yourself on what dynamic compilers are, and what AOT options exist since the 2000's.