Go语言的前世今生

wangshubo1989 · · 7798 次点击 · · 开始浏览    
这是一个创建于 的文章,其中的信息可能已经有所发展或是发生改变。

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/wangshubo1989/article/details/55203766

今天跟大家分享一下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博客

感谢作者:wangshubo1989

查看原文:Go语言的前世今生

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

7798 次点击  
加入收藏 微博
上一篇:golang interface
下一篇:go优点与缺点
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传