Saturday, July 14, 2012

The Go Programming Language

The Go Programming Language

There is already a book about new language from Google, "Go".

Go is a new programming language focused on speed, safety, and simplicity. It blends a C-like syntax-including curly braces-with automatic garbage collection and new features designed specifically for concurrency.

Go comes with numerous high-quality libraries, and its compile speed is blazingly fast, even on lightweight hardware.

Go is primarily sponsored by Google, but it's used at companies like Canonical and Heroku.

And there are already two compilers for the Go language,

and there is also interactive online "playground" ("REPL")

No comments: