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
-
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.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.
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.