A programming language developed by Google in 2009
Android application development and iOS application development are also possible
By the way, the official name of Go language is "Go" It is often called Golang or Go language because it has a different meaning.
Go language with Rob Pike who was involved in UNIX development Designed by Ken Thompson, who developed UNIX and C language
Go language is a language designed with C language in mind, processing is as fast as C language, and it can be described more simply than C language. A new C language that is more convenient to use according to the times. It can be said that it is Go language
Go language is a compiler language
A programming language that is executed after being converted to machine language all at once. It is characterized by high processing speed
Among the compiler languages that can process at high speed, Go language can process at higher speed. Java and C # run through virtual machines, while the Go language runs without virtual machines. Taking advantage of the high speed of processing, the Go language is compatible with the construction of web servers required to run applications and the development of large-scale data analysis tools.
Go language syntax is simple Because it is simple, learning difficulty is low, and people who can use other languages learn quickly.
The code is easy to read because it will be similar code no matter who writes it
Development efficiency can be improved
Simple and low learning difficulty, but for those who are new to programming Recommended to learn from scripting languages such as Python and PHP
Recommended Posts