为了在不影响运行效率的同时提高开发效率,Google研发了一种新的开发语言,并名之为Go。
"We developed Go because we had become a bit frustrated with how difficult software development has become in the last 10 years or so"
~ Rob Pike, principal software engineer at Google.
Go的主页上用各种大字醒目的宣扬它的特性——简单、快速、安全、并发、有趣并且开源。据人肉结果表示,目前Go还只是在实验阶段,虽然在Google内部已经进行过一定的测试,但Google将其开源还是希望能够得到更多帮助以使它更加完善。
"We need better libraries and tools, and the open-source community is great at helping you with things like that"
~ 又是Pike说的……
基本情况就是这样,各位感兴趣的童鞋可以猛击此处。Let's Go.

