Go语言程序设计 英文原版 Balbaert (The Way To Go A Thorough Introduction To The Go Programming Language), Balbaert, 文字版 pdf
文章类别:
- 1 12 月, 2022
- 0 条评论
- LabVIEW虚拟仪器程序设计从入门到精通 高清文字版 林静,林振宇,郑福仁 林静,林振宇,郑福仁 高清文字版 pdf
- Flex 4权威指南 michael labriola, jeff tapper, matthew boles michael labriola等 扫描版 pdf
- 程序设计语言理论基础 [DJVU] Mitchell (Foundations for Programming Languages), Mitchell, 扫描版 djvu
- C#XML入门经典 C#XML入门经典 rar
- 把脉VC++ 扫描版 白乔,左飞 白乔 左飞 扫描版 pdf
- Java信息管理系统开发实例导航 电子图书和光盘 [ISO] Java信息管理系统开发实例导航iso_源代码光盘 rar
你必须注册后才能投票!
快捷索引
会员福利
原名: 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/ 祝您开卷有益!
同类文章
文章类别:
本文链接: https://www.books51.com/292715.html
【点击下方链接,复制 & 分享文章网址】
Go语言程序设计 英文原版 Balbaert (The Way To Go A Thorough Introduction To The Go Programming Language), Balbaert, 文字版 pdf → https://www.books51.com/292715.html |
上一篇: Intel® 64 and IA-32体系结构:软件开发人员手册 Intel Corporation Intel® 64 and IA-32 Architectures Software Developer’s Manual (美)Intel Corporation 文字版 pdf
你必须注册后才能投票!
最新评论