Follow Me on Twitter

Thursday, November 12, 2009

"Go" A new programming language by Google.

Google has launched its own programming language called Go.




Here is an extract from the Google's Blog describing  about Go.

"Here at Google, we believe programming should be fast, productive, and most importantly, fun. That's why we're excited to open source an experimental new language called Go. 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 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.

Want to write a server with thousands of communicating threads? Want to spend less time reading blogs while waiting for builds? "



For more information about Go visit golang.org also check out the Go tutorial here.


 

 

 

The Go Programming Language Promo

The Go Programming Language


 

 



5 comments:

  1. Could you please provide your source of information

    ReplyDelete
  2. @zanil Hyder: Please check the google blog link:

    http://google-opensource.blogspot.com/2009/11/hey-ho-lets-go.html

    The link has been embedded in the blog.

    ReplyDelete
  3. Any idea when this will be ready and up and running? Followed your blog through Google connect Http://tinkersfolly-puglover.blogspot.com

    ReplyDelete
  4. thanks for the wonderful blog entry.. i like wat u are doing.. kepp up the good job

    ReplyDelete
  5. @Diane

    You can use it immediately. Check the site http://golang.org/ about how to use it

    ReplyDelete