Posts tagged rob pike
Let’s go with Google’s Go programming language
Nov 11th
The Go Programming Language is a brand new system programming language, designed by Robert Griesemer, Rob Pike and Ken Thompson and yes it is funded by Google. Concurrency is supported by lightweight communicating processes called goroutines. It feels like a dynamic language but has the speed and safety of a static language.

