Go

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Links)
(Updated a link, again)
Line 12: Line 12:
 
== Links ==
 
== Links ==
 
* [http://golang.org/ Official site]
 
* [http://golang.org/ Official site]
* [https://code.google.com/p/go/wiki/Downloads?tm=2 Downloads]
+
* [http://golang.org/dl/ Downloads]
 
* [[Wikipedia:Go (programming language)|Wikipedia article]]
 
* [[Wikipedia:Go (programming language)|Wikipedia article]]
 
* [http://techcrunch.com/2009/11/10/google-go-language/ TechCrunch article]
 
* [http://techcrunch.com/2009/11/10/google-go-language/ TechCrunch article]

Revision as of 02:33, 24 June 2014

File Format
Name Go
Ontology
Released 2009

The programming language Go was released by Google in 2009 (not to be confused with an earlier unrelated programming language called "Go!", with an exclamation point, or for that matter the Japanese board game Go, the space in Monopoly at which you collect $200, or what your bratty sister yells at you if you wait too long without making your move in any board game).

The syntax of Go is similar to C, but with semicolons optional. It is a compiled language, but designed to compile so fast it practically acts like an interpreted language. Garbage collection is built in. It has object-oriented features, but without type inheritance.

Its fast compilation (and thus ability to run immediately as if it were an interpreted language, giving the "instant gratification" of the interpreted languages like BASIC that were common in the old days) is illustrated in the official site, where there is a web form where you can type or paste in any Go program and execute it on the spot.

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox