The Go Programming Language Specification.

时间:2021-04-07 08:31:20
【文件属性】:

文件名称:The Go Programming Language Specification.

文件大小:535KB

文件格式:PDF

更新时间:2021-04-07 08:31:20

GoLang Spec

Go is a general-purpose language designed with systems programming in mind. It is strongly typed and garbage-collected and has explicit support for concurrent programming. Programs are constructed from packages, whose properties allow efficient management of dependencies. The existing implementations use a traditional compile/link model to generate executable binaries. The grammar is compact and regular, allowing for easy analysis by automatic tools such as integrated development environments.


网友评论