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

Someday.

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

Yeah.

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

Right.

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

Not today, but someday.

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

Yeah.

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

And that'll be a beautiful day because then you'll get a whole bunch of advantages and you'll get massive speed ups and things like this.

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

Exactly.

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

But we're not willing to wait for that.

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

Python is too important.

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

The ecosystem is too broad.

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

We want to both be able to build Mojo out.

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

We also want to do it the right way without intense time pressure.

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

We're obviously moving fast.

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

And so what we do is we say, okay, well, let's make it so you can import an arbitrary existing package.

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

arbitrary, including like you write your own on your local disk or whatever.

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

It's not, it's not like a standard, like an arbitrary package and import that using CPython.

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

Because CPython already runs all the packages, right?

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

And so what we do is we built an integration layer where we can actually use CPython.

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

Again, I'm practical.

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

And to actually just load and use all the existing packages as they are.