Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Chris Lattner

๐Ÿ‘ค Speaker
See mentions of this person in podcasts
2524 total appearances

Appearances Over Time

Podcast Appearances

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

So let me give you a war story.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

Okay.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

So war story in the space is, you go way back in time, project I worked on is called Clang.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

Clang, what it is, is a C, C++ parser, right?

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

And when I started working on Clang,

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

it must've been like 2006 or something.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

It was when I, 2007, 2006, when I first started working on it.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

Right.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

Um, it's funny how time flies.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

Uh, yeah.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

The, uh, uh, I started that project and I'm like, okay, well I want to build a C parser, C plus plus parser for LLVM.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

It's going to be the word GCC is yucky.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

You know, this is me in earlier times.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

It's yucky.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

It's unprincipled.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

It has all these weird features, like all these bugs, like,

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

It's yucky, so I'm going to build a standard compliant C and C++ parser.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

It's going to be beautiful.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

It'll be amazing, well-engineered, all the cool things an engineer wants to do.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

And so I start implementing and building it out and building it out and building it out.