Google says Go isn't ready for enterprise deployment
When it comes to programming, many of
the languages that are commonly used have been around for a long
time. Languages like C++ and JAVA have been used for numerous types
of software. Google feels that while computers have become much
faster over the years, developing software has not.
To help
remedy this shortcoming Google has unveiled a new
programming language called Go. Google describes Go as an
experimental language that attempts to combine the speed of Python
with performance and safety of C or C++.
Google Go team
members wrote a blog post saying, "In our experiments with Go to
date, typical builds feel instantaneous; even large binaries compile
in just a few seconds. And the compiled code runs close to the speed
of C. Go is designed to let you move fast."
One caveat of
Go is that not even Google is using the language internally at this
time. The Go team says that the language is now mature enough for
wide scale enterprise deployment. A post on the Go FAQ page reads,
"We hope adventurous users will give it a try and see if they
enjoy it. Not every programmer will, but we hope enough will find
satisfaction in the approach it offers to justify further
development."
The Go team gave a few trends that lead to
the development of the Go language. The team says that the header
files of languages like C are detrimental to fast compilation. The
team also feels that garbage collection and parallel computation are
not well supported by popular system languages.
The Go team
wrote, "Go is a great language for systems programming with
support for multi-processing, a fresh and lightweight take on
object-oriented design, plus some cool features like true closures
and reflection."
"I modded down, down, down, and the flames went higher." -- Sven Olsen
|
Most Popular ArticlesEasy Fix to Prevent Microsoft From Bricking Xbox 360s HDDs Arrives November 18, 2009, 6:41 AM Anti-Evolution Actor Modifies Darwin's Work With Questionable Intro November 22, 2009, 12:12 PM Built Around the Browser, Google's Chrome OS Launches, Reinvents the Operating System November 19, 2009, 2:40 PM Climategate: Stunning Deception and Misconduct at UK Warming Research Center Revealed November 20, 2009, 4:00 PM Update: OCZ Technology Announces 3.5" 1TB Colossus SSDs November 23, 2009, 9:58 AM
|