Google's new "Go" language
[Posted November 11, 2009 by corbet]
The folks at Google have decided that we need a new "systems language," so they have produced one called "Go." "
Go promotes writing systems and servers as sets of lightweight communicating processes, called goroutines, with strong support from the language. Run thousands of goroutines if you want—and say good-bye to stack overflows." The code is BSD licensed. More information on
GoLang.org, including a
Go FAQ and
tutorial.
(
Log in to post comments)