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...")
 
No edit summary
Line 1: Line 1:
=External=
=External=
* https://golang.org
* http://www.infoq.com/presentations/go-iron-production
* http://www.infoq.com/presentations/go-iron-production



Revision as of 00:07, 15 March 2016

External

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