The Go Blog

Go Wins 2010 Bossie Award

Andrew Gerrand
6 September 2010

The Go project has been awarded a Bossie Award for “best open source application development software.” The Bossie Awards have been given each year since 2007 by InfoWorld to recognize the best Open Source projects. Their citation reads:

Google’s Go language tries to restore simplicity to programming. It does away with numerous constructs that have crept into all OO languages by re-imagining how to simplify and improve the conversation between a developer and the code. Go provides garbage collection, type safety, memory safety, and built-in support for concurrency and for Unicode characters. In addition, it compiles (fast!) to binaries for multiple platforms. Go is still in development (new features are being added) and it has limitations, notably poor support for Windows. But it shows a new, exciting direction in programming languages.

The Go team are pleased to accept this award. It reflects not only our hard work, but also the efforts of the growing community of Go developers to whom we must extend our sincere thanks.

Next article: Introducing the Go Playground
Previous article: Defer, Panic, and Recover
Blog Index