Google Go: Brand New Open Source Programming Language
Google is on the path of releasing its products a week or two weeks after Google released Google Wave which makes communication very efficient. Now that Google Launched its open source programming language
GO which is based on C (one most widely used programming language around the world). The Interesting thing is that it incorporates features of Python which makes faster and dynamic programs.
‘GO’ combines the performance and security from C++ and programming speed and efficiency from Python. The reason behind this release is Google believes that the languages that are available are not much efficient when compared to web and computing environment, where web and computing have changed dramatically in the decade.
In all words Go is a simple, fast, safe, concurrent, fun and open source. Here is a simple hello World Program:
package main
import “fmt”
func main() {
fmt.Printf(“Hello, \n”)
}
GO4 Google Go

Leave a Response