Let's touch on the Go language

What is Go language?

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.

A language developed by the creator of the C language

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

Compiler language

Go language is a compiler language

What 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.

Simple syntax

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

Next time, we will build the environment! !!

Recommended Posts

Let's touch on the Go language
Java programmer tried to touch Go language (for the time being)
[GO language] Let's read a YAML file
Looking back on 2016 in the Crystal language
Tweet regularly with the Go language Twitter API
Let's simulate the Izhikevich neuron model on the web!
I wrote the hexagonal architecture in go language
Go language learning record
Go language environment construction
Ruby expert learned the basic grammar of Go language
Go language cheat sheet
Features of Go language
How to enjoy Python on Android !! Programming on the go !!
Let's execute the command on time with the bot of discord
Let's touch the API of Netatmo Weather Station with Python. #Python #Netatmo
Let's search from the procession
Let's turn the air gacha
go language learning miscellaneous notes 1
[Golang] About Go language channel
Hello World in GO language
Watch the video on Fedora31
Touch the mock and stub
Paste the link on linux
Which octal literals can be used depends on the programming language
How is the progress? Let's get on with the boom ?? in Python
Let's measure the test coverage of pushed python code on GitHub.
Let's utilize the design pattern like C language with OSS design_pattern_for_c!
Let's touch Google's Vision API from Python for the time being
Read the config file in Go language! Introducing a simple sample
[Word2vec] Let's visualize the result of natural language processing of company reviews
Let's modify the computer Go program CgfGoBan to support multiple program languages