Google's own compiled language go language yesterday updated 1.3 version of the official version, the main content is more accurate garbage collection mechanism, effectively solve the previous GC recovery problem. The go language, a compiled language published in 2009 by Google, can reduce the complexity of code without losing its performance, and has won the Tiobe website's 2009-year award, which awards the most growth-oriented programming language in the 2009 market share.
The design is to make the software give full play to the advantages of multiple core processor synchronization, and can solve the problem of object-oriented programming. It has modern programming language features, such as garbage collection, to help programmers deal with trivial but important memory management issues. Go is also very fast, almost as fast as C or C + + programs, and can quickly make programs.
Download Address: http://golang.org/dl/
Update Description: http://tip.golang.org/doc/go1.3
The following are noteworthy:
Windows 2000 is no longer supported
BSD and Solaris system support
Support for Native Client virtual machine architecture
Changes to the memory model
Garbage collector Enhancements
Go command adds a lot of new parameters
Performance improvements
More Wonderful content: http://www.bianceng.cnhttp://www.bianceng.cn/Programming/extra/