Go Programming Language

Home * Programming * Languages * Go (Programming Language)

Go is a C like concurrent programming language by Google Inc.. Go uses Garbage Collection for dynamic allocated memory, and was designed in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. Go has built-in facilities, as well as library support, for writing concurrent programs, such as goroutines, a type of light-weight process [1] and channels [2].

Chess Programs

Publications

Forum Posts

golang

The Go Memory Model Effective Go

Go 1.8 is released, February 16, 2017

Repositories

math/bits: an integer bit twiddling library · Issue #18616 · golang/go · GitHub » Bit-Twiddling

Tutorials

References

  1. Effective Go - The Go Programming Language - Concurrency
  2. Go (programming language) from Wikipedia

Up one Level