The Go language is owned by Google. The Go language is a statically strongly typed, compiled, concurrent programming language with garbage collection capabilities developed by Google's Robert Griesemer, Rob Pike, and Ken Thompson.
The operating environment of this tutorial: windows10 system, GO 1.11.2, thinkpad t480 computer.
Which company does the go language come from?
Go (also known as Golang) is a static language developed by Google's Robert Griesemer, Rob Pike and Ken Thompson Strongly typed, compiled language.
Robert Griesemer, Rob Pike and Ken Thompson started designing Go in September 2007, and later Ian Lance Taylor, Russ Cox joins the project. Go is developed based on the Inferno operating system. Go was officially announced in November 2009, becoming an open source project and implemented on Linux and Mac OS X platforms, and later added implementation under Windows systems. In 2016, Go was selected as "TIOBE's Best Language of 2016" by the software evaluation company TIOBE.
Purpose of the Go language
The Go language is designed as a systems programming language for use on giant central servers running web servers, storage clusters, or similar purposes. For the field of high-performance distributed systems, Go language undoubtedly has higher development efficiency than most other languages. It provides massive parallel support, which is perfect for game server development.
Go language is a language with great potential because its application scenarios are in several very popular fields on the Internet, such as blockchain development, large-scale game server development, and distributed/cloud computing development. Internet companies such as Goggle, Alibaba, and JD.com have all begun to use Go language to develop their own products.
Features of Go language
Simple, fast, safe
Parallel, interesting, open source
Memory management, array safety, and fast compilation
Recommended learning: Golang tutorial
The above is the detailed content of Which company does go language come from?. For more information, please follow other related articles on the PHP Chinese website!