This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

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.

Contents
  1. Chess Programs
  2. Publications
  3. Forum Posts
  4. External Links
    1. golang
    2. Repositories
    3. Tutorials
  5. References

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

Up one Level


  1. Effective Go - The Go Programming Language - Concurrency↩︎

  2. Go (programming language) from Wikipedia↩︎

What links here

Contributors: GerdIsenberg.