32
edits
Changes
Team Go
,no edit summary
The Go language originated as an experiment by a few google engineers with the intention to take all the positive characteristics of existing languages and resolve the common criticism.
Go is meant to be statically typed scalable language like C++ or java while also being productive and readable; Go tries to avoid the repetition of too many mandatory keywords
== Understanding the language ==
'''Syntax'''
Advantages:
*bGoroutines Goroutines are multiplexed onto the hardware threads meaning they are far more lightweight
*Guaranteed to play nice
== Sources ==
[[https://www.golang-book.com/books/intro/10|Concurrency]]