Go
From APIDesign
Go is a programming language developed by Google. When it was introduced in 2009, it was promoted as:
- statically typed
- compiled language in the tradition of C
- with memory safety
- and garbage collection
- and structural typing
- and CSP-style concurrency
it became more known with the rise of popularity of docker (as most of the docker ecosystem is written in Go).