CoRecursive: Coding Stories

By Adam Gordon Bell - Software Developer

Tech Talk: Moves and Borrowing In Rust With Jim Blandy

🔊 Play episode (1.1 hours)

Direct episode link

💬 Share episode

Published July 02, 2018 11:30pm

Tech Talks are in-depth technical discussions.

The surprising thing about rust is how memory management works.  Rust has the concepts of moves and borrowing.  If you have heard about Rust, you may have heard people talking about the borrow checker and trying to make it happy. In this interview, Jim Blandy walks us through what these concepts mean and how they work.  We also talk about how to avoid fighting with the borrow checker at all and why the conceptual model that Rust adopts, though it may seem unusual at first, is actually more representative of how com...

Return to podcast