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

Well, I can tell you things I love about it.

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

Maybe that's one way to answer the question, right?

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

So huge package ecosystem, super lightweight and easy to integrate.

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

It has very low startup time.

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

You mean like learning curve or what?

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

Yeah, so if you look at certain other languages, you say like Go, and it just takes like Java, for example, it takes a long time to compile all the things.

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

And then the VM starts up and the garbage cluster kicks in and then it revs its engines and then it can plow through a lot of internet stuff or whatever, right?

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

Python is like scripting.

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

It just goes, right?

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

Yeah.

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

Python has very low compile time.

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

So you're not sitting there waiting.

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

Python integrates into notebooks in a very elegant way that makes exploration super interactive and it's awesome, right?

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

Python is also, it's like almost the glue of computing.

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

Because it has such a simple object representation, a lot of things plug into it.

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

That dynamic metaprogramming thing we were talking about also enables really expressive and beautiful APIs.

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

So there's lots of reasons that you can look at technical things that Python has done and say like, okay, wow, this is actually a pretty amazing thing.

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

And any one of those you can neglect.

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

People all just talk about indentation and ignore like the fundamental things.

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

But then you also look at the community side, right?