What do people find interesting about Go? It's barely faster than the best dynamic languages - <a href="http://shootout.alioth.debian.org/u32/benchmark.php?test=all&lang=go&lang2=racket" rel="nofollow">http://shootout.alioth.debian.org/u32/benchmark.php?test=all...</a>, and it offers few conceptual innovations (in comparison to say Racket, Scala, Haskell, hell, even JavaScript).<p>So it seems too slow for systems programming and too "blind-folders on" about where CS is going. I'm honestly curious, what are people actually excited about?<p>The only scenario I could see people using it is in the situation where speed is not of the essence but memory consumption is. Perhaps I'm naive and this is a bigger category of software than I'm aware of.