Which company does go language come from?

青灯夜游
Release: 2023-02-08 14:02:04
Original
5743 people have browsed it

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.

Which company does go language come from?

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!