Go: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


Go is a general-purpose language designed for systems programming. It is strongly typed [[Go Concepts#Overview|... (for more details go to Go Concepts)]].
Go is a general-purpose language designed for systems programming. It is strongly typed [[Go Concepts#Overview|... (for more details go to Go Concepts)]].
=Reasons to Use Go=
* concurrency is a fundamental part of the language
* standard library has almost everything one needs
* terse
* compiled
* it compiles fast
* it runs fast
* google is behind it


=Subjects=
=Subjects=

Revision as of 19:54, 16 March 2016

External

Overview

Go is a general-purpose language designed for systems programming. It is strongly typed ... (for more details go to Go Concepts).

Subjects