Go: The Language with the Best Mascot
I want to learn Go just because I like the mascot. How could anyone not respect this little guy? š
From Wikipedia:
Go originated as an experiment by Google engineers Robert Griesemer,Ā Rob Pike, andĀ Ken ThompsonĀ to design a new programming language that would resolve common criticisms of other languages while maintaining their positive characteristics. The developers envisaged the new language as:
- statically typed, scalable to large systems (asĀ JavaĀ andĀ C++)
- productiveĀ and readable, without too many mandatory keywords and repetition[21]Ā (“light on the page” likeĀ dynamic languages)
- not requiringĀ integrated development environments, but supporting them well
- supporting networking and multiprocessing