Is golang open source?

藏色散人
Release: 2019-12-25 11:22:28
Original
3855 people have browsed it

Is golang open source?

Is golang open source?

Go language is open source. It is very easy to get started with this language. It can be directly compiled into machine code and does not rely on other libraries. The version of glibc has certain requirements. Deployment is just a matter of throwing a file in. finished.

A statically typed language, but with the feeling of a dynamic language. A statically typed language means that most hidden problems can be checked out during compilation. The feeling of a dynamic language is that there are many packages that can be used and written. high efficiency.

Recommend learning "golang tutorial"

golang Introduction

The Go language (or Golang) originated in 2007 and It was officially released in 2009. Go is a very young language, and its main goal is to "combine the development speed of dynamic languages ​​such as Python and the performance and safety of compiled languages ​​such as C/C."

Go language is another attempt at programming language design and a major improvement over C-like languages. It not only allows you to access the underlying operating system, but also provides powerful network programming and concurrent programming support. Go language has many uses and can be used for network programming, system programming, concurrent programming, and distributed programming.

The launch of Go language aims to reduce the complexity of the code without losing application performance. It has the advantages of "simple deployment, good concurrency, good language design, and good execution performance". Currently, many domestic IT companies have adopted Go language to develop projects.

The Go language is sometimes described as a "C-like language", or "the C language of the 21st century". Go inherits similar expression syntax, control flow structure, basic data types, call parameter value transfer, pointers and many other ideas from C language. It also has the running efficiency of compiled machine code that C language has always valued and is consistent with existing Seamless adaptation to the operating system.

Because the Go language does not have the concepts of classes and inheritance, it does not look the same as Java or C. But it achieves polymorphism through the concept of interface. The Go language has a clear and easy-to-understand lightweight type system, and there is no hierarchy between types. Therefore, it can be said that Go language is a hybrid language.

In addition, many important open source projects are developed using the Go language, including Docker, Go-Ethereum, Thrraform and Kubernetes.

The above is the detailed content of Is golang open source?. 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!