Google created a new systems language, the Go Programming Language.

The language is a mix between C/C++ and a dynamically typed language like Python/Javascript. The language has a garbage-collector and avoids the overhead of C-style include files and libraries which results in fast compile times for large projects …

Read more