Go (Programming Language)

From Chessprogramming wiki
Revision as of 22:41, 22 November 2019 by GerdIsenberg (talk | contribs)
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

References