Hacker News new | ask | show | jobs
by quectophoton 692 days ago
I don't trust Google.

I trust specs[1], multiple implementations[2], and how easy it is to bootstrap a compiler[3].

[1]: https://go.dev/ref/spec

[2]: https://gcc.gnu.org/onlinedocs/gccgo/ (even if feature parity isn't quite there yet)

[3]: Instead of requiring double-digits compilation steps that each take too long to be reasonable.