Everything You Always Wanted to Know About Type Inference in Go
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore the powerful Go feature of type inference in this 39-minute conference talk from GopherCon 2023. Discover how type inference simplifies generic functions by allowing omission of explicit type arguments, resulting in cleaner code with less boilerplate. Learn about the compiler's process of deducing type arguments from function usage, and gain insights into the potential for expanded inference capabilities. Ideal for those curious about the inner workings of type inference, its future possibilities, or anyone seeking to deepen their understanding of Go's generic features.
Syllabus
GopherCon 2023: Robert Griesemer - Everything You Always Wanted to Know About Type Inference
Taught by
Gopher Academy
Related Courses
NodeJS Unleashed: From Basics to BrillianceUdemy Write a Mini Game in Scala
Coursera Project Network via Coursera Scala Applied, Part 1
Udemy TypeScript Tutorial
YouTube Haskell for Imperative Programmers
YouTube