Go
From APIDesign
(Difference between revisions)
JaroslavTulach (Talk | contribs)
(New page: Go is a programming language developed by Google. When it was introduced in 2009, it was promoted as: * [[wikipedia:static typing|statically ty...)
Next diff →
Revision as of 13:43, 21 September 2018
Go is a programming language developed by Google. When it was introduced in 2009, it was promoted as:
- statically typed
- compiled language in the tradition of C
- with memory safety
- and garbage collection
- and structural typing
- and CSP-style concurrency
it became more known with the rise of popularity of docker (as most of the docker ecosystem is written in Go).