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

What is the relationship between golang and go?

尚
Original
2020-03-14 13:56:24 3972browse

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 thegolang tutorialcolumn 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!

Statement:
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