This is a creation in Article, where the information may have evolved or changed.
Go language
The Go language is the second open source programming language released by Google 2009. The go language is optimized for programming multi-processor system applications, with go-compiled programs that are comparable to C or C + + code, and are more secure and support parallel processes.
March 28, 2012, the first official version of the G0 language Go1 released.
Characteristics
Simple fast security parallel fun open source support generic programming, memory management , array security, compile quickly
Google Go language development environment build for Windows
-----------------------------------------------------------------------
First step: Install Go
can go here to download: http://code.google.com/p/go/downloads/list
Step two: Download Liteide
Just download and unzip
Step Three: Configure environment variables
This completes the development environment to build, or is very simple, a new project in the Liteide
Can see the grammar of the Go language is very concise, about the grammar online also has a lot of introduction, here is not much to say, look forward to go mature day.
Reprint please specify the source:
- Blog: Http://blog.csdn.net/Vestigge
- Author: Henn