By CodeJustin
via kzk9.net
Published: Nov 21 2009 / 17:59
Today, Google announced the brand-new programming language, called “Go”.
- golang.org
This is a very impressive language for system researchers like me. It has pretty nice support for threading and networking.
At first, I wrote the code to use “goroutine”, a light-weight thread prepared in Go. It only consumes several kilobytes per thread, so the programmer can create thousands of threads with littile overhead.
This is very useful in writing networking codes (HTTPServer, ProxyServer, Crawler, etc.). I never want to write event-based server in C/C++.



Comments
MCII replied ago:
"This is a very impressive language for system researchers"
Actually, no.
Voters For This Link (10)
Voters Against This Link (0)