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/JavasSript. 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.
The Go FAQ should answer the most questions and shows the projects purpose.



