Go: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
* http://www.infoq.com/presentations/go-iron-production | * http://www.infoq.com/presentations/go-iron-production | ||
* http://tour.golang.org/welcome/1 | * http://tour.golang.org/welcome/1 | ||
* Language specification https://golang.org/ref/spec | |||
=Reasons to Use Go= | =Reasons to Use Go= |
Revision as of 03:03, 15 March 2016
External
- https://golang.org
- http://www.infoq.com/presentations/go-iron-production
- http://tour.golang.org/welcome/1
- Language specification https://golang.org/ref/spec
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