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
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
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.