November 2009
1 post
Go the language, not the game.
Go is a C-derived language which implements a lot of modern programming language features in a clean and straightforward way. Developed at Google by a team that includes Rob Pike and Ken Thompson. Notable features strongly typed Go allows for the creation of composite types and supports the notion of interfaces. It implements the typical array of low-level types including byte, int, int64...
Nov 11th