Bio
I have worked with large production codebases in Go and Java for the last three years. I like to explore the internals of Programming languages. Having worked with Generics in Java, I was curious to understand how Go implements it. I delivered this talk at a recent Go meetup, which was well received.
Details about the event - https://www.meetup.com/golang-pune/events/290705879/
My Talks
Generics in Go - A language design perspective
This talk is different from other talks on Go generics. In this talk, I’ll cover how generics work internally and what happens at the compiler level. I’ll show code samples to simplify these concep...