The Roots of Go
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore the historical roots and foundational concepts behind the Go programming language in this 29-minute conference talk from GopherCon 2015. Delve into the "language-archeology" of Go as Baishampayan Ghose traces its origins and core ideas. Discover how Go's features are influenced by older languages and systems, gaining a deeper understanding of its design principles. Learn about the "make and fix" paradigm, architecture's dominance over material, and the influences of BCPL, CSP, Smalltalk, and APL on Go's development. Gain insights into topics such as semicolon injection, modularity, and the Sieve of Eratosthenes implementation. Enhance your appreciation for Go's place in programming language evolution and how it builds upon historical computing concepts.
Syllabus
Intro
Learning from history
The make and fix paradigm
Architecture dominates material
Arch
BCPL
semicolon injection
modular
CSP
Sieve
Newsweek
Smalltalk
APL
Conclusion
Taught by
Gopher Academy
Related Courses
A Holistic Go ExperienceGopher Academy via YouTube Safe, Fast, and Easy - Building a Plugin System with WebAssembly
Gopher Academy via YouTube A Journey Through Integration Testing with Go - What Could Go Wrong?
Gopher Academy via YouTube Kraken Wrangling for Dummies - Go Module Dependency Management at Scale
Gopher Academy via YouTube Go, the Data Engineer's Missing Tool?
Gopher Academy via YouTube