No, don’t go, stay! The NAME of the language is go.
Which was a poor choice of name because it will be very hard to google “go.” In fact, Google won’t let you google “go” by default because it is one of the SLWs (stupid little words) that Google prefers to pretend does not exist (I assume, possibly wrongly). And the true irony is that go, the language, is Google’s new language!
Anyway…
It is a compiled langauge designed to build things like servers and other system level stuff, and it seems to have a ver very fast compiler. The idea is to have a programming language like Cxx built with a somewhat different philosophy of simplicity. It runs on Linux and Macs. To install it in Linux, be root or use sudo:
$ sudo apt-get install bison gcc libc6-dev ed
It will put 19.1 megabytes or so on your hard drive, then you go here and learn how to use it.
But, before you do any of that, you should read Mark Chu-Carroll’s post on the language.




