Go语言程序设计 英文原版 Balbaert (The Way To Go A Thorough Introduction To The Go Programming Language), Balbaert, 文字版 pdf
文章类别:
快捷索引
原名: The Way To Go A Thorough Introduction To The Go Programming Language
作者:
图书分类: 软件
资源格式: PDF
版本: 文字版
出版社: iUniverse
书号: 978-1-4697-6916-5
发行时间: 2012年
地区:
语言:
简介:
目录:
Preface
………………………………………………………………………………………………………………..xi
x
PART 1—WHY LEARN GO—GEttING STARTED
Chapter 1—Origins, Context and Popularity of Go …………………………………………………….. 1
1.1 Origins and evolution ………………………………………………………………………………….. 1
1.2 Main characteristics, context and reasons for developing a new language ………………. 4
1.2.1 Languages that influenced Go ………………………………………………………………4
1.2.2 Why a new language? ………………………………………………………………………….5
1.2.3 Targets of the language ……………………………………………………………………….. 5
1.2.4 Guiding design principles …………………………………………………………………… 7
1.2.5 Characteristics of the language …………………………………………………………….. 7
1.2.6 Uses of the language …………………………………………………………………………… 8
1.2.7 Missing features? ………………………………………………………………………………..9
1.2.8 Programming in Go ………………………………………………………………………….10
1.2.9 Summary ………………………………………………………………………………………..10
Chapter 2—Installation and Runtime Environment ………………………………………………….. 11
2.1 Platforms and architectures …………………………………………………………………………11
(1) The gc Go-compilers: ……………………………………………………………………… 11
(2) The gccgo-compiler: ……………………………………………………………………….. 13
(3) File extensions and packages: ……………………………………………………………. 14
2.2 Go Environment variables …………………………………………………………………………… 14
2.3 Installing Go on a Linux system …………………………………………………………………… 16
2.4 Installing Go on an OS X system ………………………………………………………………….21
2.5 Installing Go on a Windows system……………………………………………………………….21
2.6 What is installed on your machine? ………………………………………………………………26
2.7 The Go runtime ………………………………………………………………………………………… 27
2.8
A Go interpreter
………………………………………………………………………………………..27
内容介绍:
Go语言是谷歌推出的一种全新的编程语言,可以在不损失应用程序性能的情况下降低代码的复杂性。谷歌首席软件工程师罗布派克(Rob Pike)说:我们之所以开发Go,是因为过去10多年间软件开发的难度令人沮丧。 Go语言专门针对多处理器系统应用程序的编程进行了优化,使用Go编译的程序可以媲美C或C++代码的速度,而且更加安全、支持并行进程。Go是谷歌2009发布的第二款编程语言.2009年7月份,谷歌曾发布了Simple语言,它是用来开发Android应用的一种BASIC语言。
Go语言团队成员:
Thompson:1983年图灵奖(Turing Award)和1998年美国国家技术奖(National Medal of Technology)得主。他与Dennis Ritchie是Unix的原创者。Thompson也发明了后来衍生出C语言的B程序语言。
Pike:曾是贝尔实验室(Bell Labs)的Unix团队,和Plan 9操作系统计划的成员。他与Thompson共事多年,并共创出广泛使用的UTF-8 字元编码。
Robert Griesemer:曾协助制作Java的HotSpot编译器,和Chrome浏览器的JavaScript引擎V8。
此外还有Plan 9开发者Russ Cox、和曾改善目前广泛使用之开原码编译器GCC的Ian Taylor。
内容截图:
书我要,下载先! http://www.books51.com/ 祝您开卷有益!
Go语言程序设计 英文原版 Balbaert (The Way To Go A Thorough Introduction To The Go Programming Language), Balbaert, 文字版 pdf → https://www.books51.com/292715.html |
最新评论