Concurrency made simple
Created by Robert Griesemer, Rob Pike, Ken Thompson (Google)
Go was born out of frustration with the complexity of C++ and the slowness of Python. Google needed a language that compiled instantly, ran fast, and made concurrent programming a first-class citizen. The result is beautifully opinionated: simple syntax, built-in goroutines for concurrency, and a compiler that produces tiny, self-contained binaries.