Hacker News new | ask | show | jobs
by ErroneousBosh 100 days ago
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.

1 comments

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.