Go

Also known as Golang, Go is a Google-designed programming language that’s midway between C and C++. In fact, it’s syntactically similar to C but more sophisticated because of the inclusion of features like garbage collection and structural typing. This brings it closer to C++ although without this programming language’s complexities. 

Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. Go is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency.