Changes

Jump to: navigation, search

Go (Programming Language)

3,235 bytes added, 22:58, 21 November 2019
Created page with "'''Home * Programming * Languages * Go (Programming Language)''' '''Go''' is a C like [https://en.wikipedia.org/wiki/Concurrent_programming_language..."
'''[[Main Page|Home]] * [[Programming]] * [[Languages]] * Go (Programming Language)'''

'''Go''' is a [[C]] like [https://en.wikipedia.org/wiki/Concurrent_programming_language#Concurrent_programming_languages concurrent programming language] by [[Google|Google Inc.]]. Go uses [https://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29 Garbage Collection] for [https://en.wikipedia.org/wiki/Dynamic_memory_allocation dynamic allocated] [[Memory|memory]], and was designed in 2007 by [https://research.google.com/pubs/author96.html Robert Griesemer], [https://en.wikipedia.org/wiki/Rob_Pike Rob Pike], and [[Ken Thompson]] <ref>[https://en.wikipedia.org/wiki/Go_%28programming_language%29 Go (programming language) from Wikipedia]</ref>.

=Chess Programs=
* [[:Category:Go Proglanguage|Category: Chess Engines]]

=Publications=
* [https://www.doxsey.net/ Caleb Doxsey] ('''2012'''). ''[https://www.golang-book.com/books/intro An Introduction to Programming in Go]''. self-published
* [https://www.doxsey.net/ Caleb Doxsey] ('''2016'''). ''[http://shop.oreilly.com/product/0636920046516.do Introducing Go: Build Reliable, Scalable Programs]''. [https://en.wikipedia.org/wiki/O%27Reilly_Media O'Reilly Media]

=Forum Posts=
* [http://www.talkchess.com/forum/viewtopic.php?t=44064 Go language] by [[Russell Reagan]], [[CCC]], June 15, 2012
* [http://www.talkchess.com/forum/viewtopic.php?t=49679 Is there an engine written in Go?] by [[Louis Zulli]], [[CCC]], October 12, 2013
* [http://www.talkchess.com/forum/viewtopic.php?t=59600 trivia: ELO boost from a better compiler] by [[Alexandru Mosoi]], [[CCC]], March 22, 2016 » [[Zurichess]]

=External Links=
==golang==
* [https://golang.org/ The Go Programming Language]
: [https://golang.org/doc/go_mem.html The Go Memory Model]
: [https://golang.org/doc/effective_go.html Effective Go]
* [https://blog.golang.org/ The Go Blog]
: [https://blog.golang.org/go1.8 Go 1.8 is released], February 16, 2017
* [http://code.google.com/p/go/ The Go Programming Language - Google Project Hosting]
* [https://en.wikipedia.org/wiki/Go_%28programming_language%29 Go (programming language) from Wikipedia]
* [http://go-lang.cat-v.org/doc/ Go Language Documentation]
==Repositories==
* [https://github.com/golang Go · GitHub]
: [https://github.com/golang/go/issues/18616 math/bits: an integer bit twiddling library · Issue #18616 · golang/go · GitHub] » [[Bit-Twiddling]]
* [https://github.com/lorenzo-stoakes/weak lorenzo-stoakes/weak · GitHub] by [[Lorenzo Stoakes]]
* [https://github.com/skybrian/Gongo skybrian/Gongo - GitHub], a [[Go]] program, written in Go by [http://c2.com/cgi/wiki?BrianSlesinsky Brian Slesinsky]
* [https://github.com/freeeve/pgn GitHub - freeeve/pgn: a PGN (Portable Game Notation) chess game parser for golang] by [[Eve Freeman]] » [[Portable Game Notation]]
* [https://github.com/freeeve/uci GitHub - freeeve/uci: a UCI (Universal Chess Interface) API for golang] by [[Eve Freeman]] » [[UCI]]
* [https://github.com/ebemunk/pgnstats GitHub - ebemunk/pgnstats: parses PGN files and extracts statistics for chess games] by [[Buğra Fırat]] » [[Match Statistics]], [[Portable Game Notation]]

=References=
<references />
'''[[Languages|Up one Level]]'''

Navigation menu