Go

Go is a statically typed, compiled high-level programming language designed at Google. It shares similarities with C, but has memory safety, garbage collection, structural typing, and concurrency.

Related