I'm using Go with Google AppEngine. Seems to be about an order of magnitude less resource intensive than the Python versions of the apps. Not exactly surprising, considering that Google developed the language. And of course the team has leveraged the learnings from C / Unix and Inferno.
Don't forget that the Go suite contains C compiler and assembler as well for multiple platforms. In the Inferno version it was very easy to do cross-platform compilations.
Don't forget that the Go suite contains C compiler and assembler as well for multiple platforms. In the Inferno version it was very easy to do cross-platform compilations.