Google's Go Language: No Way, Right?
Google is just not getting enough. After its own browser and a Linux-based operating system, it's now coming up with its own programming language. Behind its development lurk some of the legends in UNIX history.
Cynics might say that Not Invented Here (NIH) has meanwhile become one of Google's development strategies. A web browser? Sure, we'll program our own. Linux? No problem, but we'll develop Android (and Chrome OS), thank you.
Now Google has the gumption of developing its own programming language, named Go. Standing behind it is not just some programmer intern, but two heroes from the UNIX world, Rob Pike and Ken Thompson, who used to ply their trade at the legendary AT&T Bell Labs that spawned the original UNIX. Pike and Thompson were also behind Plan 9, a kind of UNIX successor whose many fans claim has a purer philosophy, such as is reflected in its maxim "Everything is a file." No coincidence that the logos of both projects are quite similar.
Pike and Thompson have been working together with Robert Griesemer since 2007 on the Go language and it has now arrived. The language syntax approaches that of old reliable C, or even more Limbo, the language of the Plan 9 commercial offshoot Inferno. However, Go provides a few other features especially adapted for parallel programming in multi-core and distributed systems. In this respect, it orients itself to the communicating sequential processes (CSP) developed by Tony Hoare that are elsewhere implemented in the Kamaelia Python framework. Otherwise Go provides few other modern language features such as real object orientation or explicit functional constructs, but includes a garbage collector. The language is designed to be more or less slim and effective in translation.
Whether or not Go will join the ranks of Google's official C++, Java and Python languages used for its own development is yet to be determined, according to the project FAQ. The Go website includes not only a tutorial, but slides for the three-day class that goes somewhat deeper into the language.
Not everyone is enthusiastic about Google's new invention, least of all Francis McCabe, developer of the Go! language, who bids Google to please find another name.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
First Release Candidate for Linux Kernel 6.14 Now Available
Linus Torvalds has officially released the first release candidate for kernel 6.14 and it includes over 500,000 lines of modified code, making for a small release.
-
System76 Refreshes Meerkat Mini PC
If you're looking for a small form factor PC powered by Linux, System76 has exactly what you need in the Meerkat mini PC.
-
Gnome 48 Alpha Ready for Testing
The latest Gnome desktop alpha is now available with plenty of new features and improvements.
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
great post
http://www.cocoschanel.com
http://www.gucciguccis.com
http://www.urboots.com
http://www.handbags2012.com
http://www.louisvuittonslv.com
http://www.uggmalls.com
Google Go
And NIH is a valid strategy for the likes of Google and Microsoft (C# anyone?). Given their vast resources it might often make sense for them to roll their own very large projects when there are perfectly reasonable alternatives already available, as it means they can retain overall control of the project and mould it around their precise requirements.
go
If people did not invent stuff, we would still be in stone age !!
Another C-like language
NIH doesn't fit
And to me it's a boon not curse the careful selection of features that have gone into Go. The article seemed to frown when it made those comments.