Go

From NovaOrdis Knowledge Base
Revision as of 04:51, 10 February 2016 by Ovidiu (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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