Friday, October 12, 2012
Go - Programming Language
http://en.wikipedia.org/wiki/Go_(programming_language)
Go is a compiled, garbage-collected, concurrent programming language developed by Google Inc.
Go aims to provide the efficiency of a statically typed compiled language with the ease of programming of a dynamic language.[9] Other goals include:
Safety: Type-safe and memory-safe.
Good support for concurrency and communication.
Efficient, latency-free garbage collection.
High-speed compilation.
http://www.programmer.com.cn/13730/
Go语言适合服务端开发,仅是因为它的标准库支持方面,目前是向服务端开发倾斜:
网络库(包括 Socket、HTTP、RPC 等);
编码库(包括 JSON、XML、GOB等);
加密库(各种加密算法、摘要算法);
Web(包括 Template、HTML支持)。
Labels:
Toolbox
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.