Go Programming Language
Jump to navigation
Jump to search
A Go Programming Language is a statically-typed language loosely based on the C language.
- AKA: golang.
- See: Google,Type System, Automatic Memory Management, Type Safety, Dynamic Typing, Variable-Length Array.
References
2014
- (Wikipedia, 2014) ⇒ http://en.wikipedia.org/wiki/Go_(programming_language) Retrieved:2014-4-28.
- Go, also called golang, is a programming language initially developed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.[1] It is a statically-typed language with syntax loosely derived from that of C, adding garbage collected memory management, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library. The language was announced in November 2009 and is now used in some of Google's production systems.[2] Go's "gc" compiler targets the Linux, Mac OS X, FreeBSD, OpenBSD, Plan 9, and Microsoft Windows operating systems and the i386, amd64, and ARM processor architectures. A second compiler, gccgo, is a GCC frontend.