>>15
For bigger applications. For example, think of Deluge. It's written in Python and rather slow. Since Go is about as easy to write as Python, has a nice standard library, targets networking and concurrency and is faster (after all, it compiles to native code), wouldn't it be a good choice for such applications?