Go Language
Go is a compiled, statically typed language with garbage collection, created at Google in 2007. It has an expressive type system, which includes interfaces and anonymous functions, and allows the programmer to specify the type of every variable and function.