Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.01 KB

Go Lunch & Learn

ex

Overview

Released in 2012 by Google.

Go is an attempt to combine the ease of programming of an interpreted, dynamically typed language with the efficiency and safety of a statically typed, compiled language.

Simple to learn and concise (25 keywords only).

Built for concurrency and parallelism.

Deep dive

Conclusion

Designed by Google to solve Google's problem.