Search This Blog

Google Analytics

Thursday, November 12, 2009

Google Go: An Open-Source Programming Language

Tech giant, Google, has announced its own open-source, object-oriented programming language, called Go.

According to a blog post, Go combines the development speed of working in a dynamic language like Python with the performance and safety of a compiled language like C or C++. 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 lets you move fast.

Go comes with support for multi-processing, and is a fresh and lightweight take on object-oriented design. It also comes with some cool features like true closures and reflection.

The Go Programming Language
http://golang.org/

Google Go: An Open-Source Programming Language [via]

1 comment:

Do provide your constructive comment. I appreciate that.

Popular Posts