Home > Backend Development > Golang > What is the relationship between golang and go?

What is the relationship between golang and go?

Release: 2020-03-14 13:56:24
Original
4081 people have browsed it

What is the relationship between golang and go?

There is a development language in the computer industry called "go language", the full name is: "Go Programming Language", or go for short. In order to distinguish effectively, or in some cases to avoid confusion, it will be referred to as "golang".

Recommended learning: go video tutorial

Go (also known as Golang) is a statically strongly typed, compiled, concurrent type developed by Google, and has garbage collection Functional programming language.

Go's syntax is close to C language, but the declaration of variables is different. Go supports garbage collection. Go's parallel model is based on Tony Hall's Communicating Sequential Process (CSP). Other languages ​​that adopt a similar model include Occam and Limbo, but it also has features of Pi operations, such as channel transmission.

For more golang knowledge, please pay attention to the golang tutorial column on the PHP Chinese website.

The above is the detailed content of What is the relationship between golang and go?. 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