Go (Programming Language)

From Chessprogramming wiki
Jump to: navigation, search

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

External Links

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

Up one Level