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
-
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.
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
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.
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.