Skip to main content
guest
Join
|
Help
|
Sign In
chessprogramming
Home
guest
|
Join
|
Help
|
Sign In
Wiki Home
Recent Changes
Pages and Files
Members
Home
Basics
Getting Started
Board Representation
Search
Evaluation
Principle Topics
Chess
Programming
Artificial Intelligence
Knowledge
Learning
Testing
Tuning
User Interface
Protocols
Dictionary
Lists
Arts
Cartoons
CC Forums
Conferences
Dedicated CC
Engines
Games
Hardware
History
Organizations
Papers
People
Periodical
Samples
Software
Timeline
Tournaments and Matches
Videos
Misc
Acknowledgments
On New Pages
Recommended Reading
Wikispaces Help
Go (Programming Language)
Edit
0
22
…
1
Tags
programming
Notify
RSS
Backlinks
Source
Print
Export (PDF)
Table of Contents
Chess Programs
Publications
Forum Posts
External Links
golang
Repositories
References
What links here?
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
[1]
.
Chess Programs
CounterGo
Donna
Gochess
GopherCheck
Zurichess
Publications
Caleb Doxsey
(
2012
).
An Introduction to Programming in Go
. self-published
Caleb Doxsey
(
2016
).
Introducing Go: Build Reliable, Scalable Programs
.
O'Reilly Media
Forum Posts
Go language
by
Russell Reagan
,
CCC
, June 15, 2012
Is there an engine written in Go?
by
Louis Zulli
,
CCC
, October 12, 2013
trivia: ELO boost from a better compiler
by
Alexandru Mosoi
,
CCC
, March 22, 2016 »
Zurichess
External Links
golang
The Go Programming Language
The Go Memory Model
Effective Go
The Go Blog
Go 1.8 is released
, February 16, 2017
The Go Programming Language - Google Project Hosting
Go (programming language) from Wikipedia
Go Language Documentation
Repositories
Go · GitHub
math/bits: an integer bit twiddling library · Issue #18616 · golang/go · GitHub
»
Bit-Twiddling
lorenzo-stoakes/weak · GitHub
by
Lorenzo Stoakes
skybrian/Gongo - GitHub
, a
Go
program, written in Go by
Brian Slesinsky
GitHub - freeeve/pgn: a PGN (Portable Game Notation) chess game parser for golang
by
Eve Freeman
»
Portable Game Notation
GitHub - freeeve/uci: a UCI (Universal Chess Interface) API for golang
by
Eve Freeman
»
UCI
GitHub - ebemunk/pgnstats: parses PGN files and extracts statistics for chess games
by
Buğra Fırat
»
Match Statistics
,
Portable Game Notation
References
^
Go (programming language) from Wikipedia
What links here?
Page
Date Edited
Alexandru Mosoi
Jan 8, 2018
Bit-Twiddling
Nov 6, 2017
Counter
Nov 13, 2017
Donna
Aug 17, 2017
Franziskus Domig
Mar 21, 2016
Go
Jan 24, 2018
Go (Programming Language)
Nov 2, 2017
GoChess
Mar 21, 2016
GopherCheck
Feb 3, 2017
Ken Thompson
Sep 8, 2017
Languages
Nov 26, 2017
Louis Zulli
Feb 18, 2015
Match Statistics
Mar 31, 2018
Memory
Dec 8, 2017
Michael Dvorkin
Jan 8, 2016
Portable Game Notation
Jan 11, 2018
Russell Reagan
Aug 31, 2013
UCI
Mar 4, 2018
Zurichess
Mar 12, 2018
Up one Level
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
Table of Contents
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 [1].
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
References
What links here?
Up one Level