Google engineers had to constantly compile large batches of code. That made coders "lose" (fig. 7.9) a lot of time. Google couldn't switch to scripting languages—they needed the higher performance of the compiled binary. So they developed Go, a language that compiles incredibly fast, but still has a very high performance.

