Google released a new experimental Open source programming language called Go .
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.
Below short promotional video about the Go Programming Language presented by Russ Cox.
Go programming is suitable for the developers who comes from the System level programming like C and C++ . I would love to give it a try for Go . I always follow the policy.
“Be Jack of all you can be a Master at any time and on any programming Language” .
Go programming language provides the development speed as provided in any other dynamic language like Python,Ruby etc. and safety and static typed compiled language like C and C++ .
Go Compiled code compiled code runs close to the speed of C this sounds good for better performance without compromising with the Security and also the fun which is provided by the dynamic typed languages like Python and Ruby .
Here is Hello World Code snippet written in Go
package main
import "fmt"
func main() {
fmt.Printf("Hello World Time to Go\n")
}
Go and hack it because Go programming language is Open source .
“OpenSource community Rocks !!! Its time to Go
“
Trackbacks /
Pingbacks