
The Rust Programming Language (Interview)
The Changelog: Software Development, Open Source
00:00
C++ - What's Going to Happen in C++?
In C++, a variable lives for a certain amount of scope. So it's valid from where you declare the variable until that variable goes out of scope. Rust is able to statically determine what stuff is in scope and what stuff is out of scope at compile time. The core of the system is an entirely compiled time check that is no runtime overhead whatsoever.
Transcript
Play full episode