go的发展史 - Go语言中文社区

go的发展史


今天跟大家分享一下Go语言的发展历程。

谷歌工程师的20%时间

谷歌的“20%时间”工作方式,允许工程师拿出20%的时间来研究自己喜欢的项目。语音服务Google Now、谷歌新闻Google News、谷歌地图Google Map上的交通信息等,全都是20%时间的产物。

Go语言最开始也是20%时间的产物。

诞生时间 
Go 语言起源 2007 年,并于 2009 年正式对外发布。它从 2009 年 9 月 21 日开始作为谷歌公司 20% 兼职项目,即相关员工利用 20% 的空余时间来参与 Go 语言的研发工作。

其实可以看到,Go语言的历史不算很短。

创始人 
该项目的三位领导者均是著名的 IT 工程师:

罗伯特·格瑞史莫(Robert Griesemer) 
Robert Griesemer is an employee of Google and one of the initial designers of the Go programming language. Prior to Go, Robert has worked on code generation for Google’s V8 JavaScript engine and Chubby,[1] a distributed lock manager for Google’s GFS distributed filesystem. He has also worked on the design and implementation of the domain-specific language Sawzall, the Java HotSpot virtual machine, and the Strongtalk system. He has also written a vectorizing compiler for the Cray Y-MP and an interpreter for APL.

罗勃特·派克(Rob Pike) 
昵称为罗勃·派克(Rob Pike),来自加拿大的程序员,曾经加入贝尔实验室,为 UNIX小组的成员。曾经参与过贝尔实验室九号计划、Inferno,与编程语言 Limbo的开发。他与肯·汤普逊共同开发了UTF-8。

肯尼斯·汤普逊(Ken Thompson) 
肯·汤普逊(英语:Ken Thompson),是美国计算机科学学者和工程师。黑客文化圈子通常称他为“ken”[1]。在贝尔实验室工作期间,汤普逊设计和实现了Unix操作系统。他创造了B语言——C语言的前身,而且他是Plan 9操作系统的创造者和开发者之一。2006年,汤普逊进入Google公司工作,与他人共同设计了Go语言。他与丹尼斯·里奇同为1983年图灵奖得主。 
此外,肯·汤普逊还参与过正则表达式和UTF-8编码的设计,改进了文本编辑器QED,创造了ed编辑器。他曾制造过专门用于下国际象棋的电脑“Belle”,并创建了残局数据库。

这里插一句额外的话,昨天听说某H公司要清理35岁以上的开发工程师和40岁以上的交付工程师,那我们看看上面大师的年龄: 
罗勃特·派克61岁 肯尼斯·汤普逊74岁 
也许国外的工程师才是真正的工程师

大事件 
2007 年 :雏形设计 
2009 年 :首次公开发布 
2010 年 :当选 2009 年年度语言,谷歌投入使用 
2011 年 :Google App Engine 支持 Go 语言

Go语言的logo和吉祥物

logo如下,有没有给人快速的感觉: 
这里写图片描述

Go语言的吉祥物如下,像鼹鼠: 
这里写图片描述

其实是一种英文名为gopher的小动物,中文叫囊地鼠: 
这里写图片描述

更多的介绍看这里: 
https://blog.golang.org/gopher

使用Go的项目

Docker, a set of tools for deploying Linux containers

Doozer, a lock service by managed hosting provider Heroku

Gogs, self-hosted Git Service.

InfluxDB, an open source database specifically to handle time series data with high availability and high performance requirements.

Juju, a service orchestration tool by Canonical, packagers of Ubuntu Linux

Packer, a tool for creating identical machine images for multiple platforms from a single source configuration

Snappy, a package manager for Ubuntu phone developed by Canonical.

Syncthing, an open-source file synchronization client/server application

Go的开源框架

Beego, high-performance web framework in Go, used for web apps and backend services.[citation needed]

Martini, package for web applications/services.[citation needed]

Gorilla, a web toolkit for Go.[citation needed]

Enduro/X ASG, a cluster middleware, application server, distributed transaction and multi-processing framework for Go.

AeroFS, private cloud filesync appliance provider which migrated some microservices from Java to Go with major memory footprint improvements

Chango, a programmatic advertising company uses Go in its real-time bidding systems.

版权声明:本文来源CSDN,感谢博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/weixin_40213018/article/details/82454630
站方申明:本站部分内容来自社区用户分享,若涉及侵权,请联系站方删除。
  • 发表于 2019-08-27 15:46:15
  • 阅读 ( 1742 )
  • 分类:Go

0 条评论

请先 登录 后评论

官方社群

GO教程

猜你喜欢