Go. , Go
( ++)
( Python).
GO — :
http://golang.org/
Hello World GO:
package main
import fmt “fmt” // Package implementing formatted I/O.
func main() {
fmt.Printf(”Hello, world; or Καλημέρα κόσμε; or こんにちは 世界n”);
}