Open
Source For You Linux For Humanity
Quick Links
Hadoop
Maemo
Virtualization
Distr Computing
Web Designing
Google's GO
Wanna Know More 
Working Links are Hadoop & Google Go Sorry for the inconvenience and Thanks For visiting |
Google GO
systems programming language
expressive, concurrent, garbage-collected
Go is Google's home grown experimental programming language which
combines the performance and security benefits associated with using a
compiled language like C++ with the speed of a dynamic language like
Python. What Google says
"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."
"We’re hoping Go turns out to be a great language for systems programming with support for multi-processing and a fresh and lightweight take on object-oriented design, with some cool features like true closures and reflection.
"
Official Google Go Website Link to know
More

Go Google |