您好,欢迎光临书香门第!

书香门第

 找回密码
 注册

【2015/11/05出版】《The Go Programming Language》作者:Alan A. A. Donovan

查看: 1|回复: 1
打印 上一主题 下一主题

[其他预告] 【2015/11/05出版】《The Go Programming Language》作者:Alan A. A. Donovan [复制链接]

Rank: 10Rank: 10Rank: 10

签到天数: 274 天

[LV.8]以坛为家I

金币
884 枚
威望
2925 点
好评
100 点
爱心值
0 点
钻石
0 颗
贡献值
12 点
帖子
4150
精华
0

优秀会员勋章 活跃分子勋章 风雨同舟勋章 富翁勋章 出勤勋章 言情勋章 好评度勋章 预告大师勋章 发书达人勋章 博闻强识勋章 影音大师勋章 电脑大师勋章 成双成对勋章

鲜花(216) 鸡蛋(6)
跳转到指定楼层
1#
发表于 2015-10-29 13:03:57 |只看该作者 |倒序浏览


出版社: Addison-Wesley Professional; 1 (2015年11月5日)
丛书名: Addison-Wesley Professional Computing Series
平装: 400页
语种: 英语
ISBN: 0134190440

简介

The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it accessible whether you’re most comfortable with JavaScript, Ruby, Python, Java, or C++.
The first chapter is a tutorial on the basic concepts of Go, introduced through programs for file I/O and text processing, simple graphics, and web clients and servers.
Early chapters cover the structural elements of Go programs: syntax, control flow, data types, and the organization of a program into packages, files, and functions. The examples illustrate many packages from the standard library and show how to create new ones of your own. Later chapters explain the package mechanism in more detail, and how to build, test, and maintain projects using the go tool.
The chapters on methods and interfaces introduce Go’s unconventional approach to object-oriented programming, in which methods can be declared on any type and interfaces are implicitly satisfied. They explain the key principles of encapsulation, composition, and substitutability using realistic examples.
Two chapters on concurrency present in-depth approaches to this increasingly important topic. The first, which covers the basic mechanisms of goroutines and channels, illustrates the style known as communicating sequential processes for which Go is renowned. The second covers more traditional aspects of concurrency with shared variables. These chapters provide a solid foundation for programmers encountering concurrency for the first time.
The final two chapters explore lower-level features of Go. One covers the art of metaprogramming using reflection. The other shows how to use the unsafe package to step outside the type system for special situations, and how to use the cgo tool to create Go bindings for C libraries.
The book features hundreds of interesting and practical examples of well-written Go code that cover the whole language, its most important packages, and a wide range of applications. Each chapter has exercises to test your understanding and explore extensions and alternatives. Source code is freely available for download from http://gopl.io/ and may be conveniently fetched, built, and installed using the go get command.
附件: 你需要登录才可以下载或查看附件。没有帐号?注册
已有 1 人评分金币 收起 理由
我妻 + 10 感谢发贴!

总评分: 金币 + 10   查看全部评分

鲜花(216) 鸡蛋(6)

使用道具 举报

Rank: 14Rank: 14Rank: 14Rank: 14

签到天数: 1510 天

[LV.Master]伴坛终老

金币
34531 枚
威望
12 点
好评
1 点
爱心值
0 点
钻石
0 颗
贡献值
0 点
帖子
21962
精华
0

出勤勋章

鲜花(114) 鸡蛋(0)
2#
发表于 2016-2-21 15:36:08 |只看该作者
多谢楼主分享
鲜花(114) 鸡蛋(0)

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 注册

回顶部