Hello World, from the Code to the Screen
Offered By: Gopher Academy via YouTube
Course Description
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the inner workings of the Go compiler in this 35-minute conference talk from GopherCon 2022. Dive deep into the compilation process, starting with a simple "Hello World" program and following its journey from source code to executable binary. Learn about key stages including scanning, parsing, abstract syntax trees, type checking, intermediate representation, and machine code generation. Gain insights into the Go runtime and discover how the compiler transforms human-readable code into a functional program. Perfect for Go developers seeking a deeper understanding of the language's compilation process and internals.
Syllabus
Introduction
Scanner
Lecture
Parser
ASD
Go Compiler
Type Checker
Intermediate Representation
Intermediate Representation Examples
Blocks
Scale Blocks
Machine Code Generation
Runtime
Binary
Cisco
Illustrations
Documentation
Taught by
Gopher Academy
Related Courses
Rebuilding Parse.com in Go - An Opinionated RewriteGopher Academy via YouTube Closing Keynote
Gopher Academy via YouTube The Roots of Go
Gopher Academy via YouTube Cayley - Building a Graph Database
Gopher Academy via YouTube Static Code Analysis Using SSA
Gopher Academy via YouTube