The Go Programming Language
11.11.2009
Today I came across a new programming language called Go, developed by Google
It is meant to be fast, but still garbage collected and type safe. They use pointers, but no pointer arithmetic.
The questions remains: Do we really need another C++-like language?
See Yourself:
blog comments powered by Disqus