So I played a little bit with http://golang.org and I must say I like it. So please tell me why it is shit because I know /prog/ knows better.
Name:
Anonymous2011-01-24 1:14
Go is great.
A statically-typed language that isn't either verbose or frustrating.
Good concurrency support.
Sane, minimal syntax.
Simple type system.
Consistent style.
Control over allocations, lets you write efficient code.