Go: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * http://www.infoq.com/presentations/go-iron-production =Reasons to Use Go= * concurrency is a fundamental part of the language * standard library has almost every...")
 
 
(77 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
=External=
* http://www.infoq.com/presentations/go-iron-production
* https://go.dev
* https://go.dev/doc/effective_go
* https://go.dev/wiki
* https://github.com/avelino/awesome-go


=Reasons to Use Go=
=Internal=
* concurrency is a fundamental part of the language
* [[Programming Languages Concepts]]
* standard library has almost everything one needs
* [[Python]]
* terse
* [[Java]]
* compiled
 
* it compiles fast
=Subjects=
* it runs fast
* [[Go Language]]
* google is behind it
* [[Go Operations]]
* [[Go Engineering|Go Engineering]]
* [[Go Learning|Go Learning]]
* [[Go_Open_Source_Packages#Overview|Go Open Source Packages]]
 
=Code Examples=
{{Internal|Go Code Examples|Go Code Examples}}

Latest revision as of 16:57, 4 September 2024