Home | Seminars | Forums
Collegelib Forums > Project design ideas > Go language software project! Go with Go from Google

Go language software project! Go with Go from Google

Posted on 09 July 2010 18:52:26
techlib

Member


Posts: 122
Joined: 11/17/2009 15:25



For computer science students looking to do something innovative, go for 'Go' - a systems programming language expressive, concurrent, garbage-collected...

Go is alive from Nov 2009. Checkout the official website for info who are decided to do a project in Google's own programming language.

quote

package main

import "fmt"

func main() {
fmt.Printf("Hello, World\n " )
}

Related web sites:
* Go Language Official Site
* Go Projects


-