Go language first lesson

One go language features

1. Statically typed, compiled open source language
2. Scripted syntax, support for multiple programming paradigms (functional, object-oriented)
3. Native support for concurrent programming.
 
The advantages of two go language
1. Scripted syntax
2, static type + compiled type, the program running speed is guaranteed.
3. Native support for concurrent programming
Reduce development and maintenance costs
Programs can perform better
 
Three disadvantages of Go language
1. There is not as much syntactic sugar as Python and Ruby.
2, the current program running speed is not as fast as C
3. There are not as many third-party function libraries as there are absolutely mainstream programming languages ​​for the time being.

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326942425&siteId=291194637