Go Programming Language (Google Tech Talks)
20091125 at 12:57
What is Go?
Go is a new experimental systems programming language intended to make software development fast. Our goal is that a major Google binary should be buildable in a few seconds on a single machine. The language is concurrent, garbage-collected, and requires explicit declaration of dependencies. Simple syntax and a clean type system support a number of programming styles.
Go programming language
Documents
- Tutorial
- Effective Go
- FAQ
- Language Design FAQ
- This tech talk (PDF)
- Language Specification
- Memory Model
- Go for C++ Programmers
How To
Programming




