Google’s new experimental Programming language called Go

November 11th, 2009 by srinivas Leave a reply »

goGoogle 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 :)

Related Posts with Thumbnails
Share this Article with your friends & colleagues using the below icons
  • Digg
  • Facebook
  • StumbleUpon
  • Reddit
  • del.icio.us
  • Mixx
  • DZone
  • Google Bookmarks
  • LinkedIn
  • Print
  • email
  • RSS

Related posts

  1. Google launches its own Google Public DNS [Domain Name System]
  2. Create dynamic Charts using Google Charts API
  3. Google Go Installation procedure on Ubuntu 9.10 Karmic Koala
  4. Google launches audio search app called Google Listen
  5. Python Days : Introduction & Basics – Part 1
Advertisement

Leave a Reply

Switch to our mobile site