Let's talk about Rust

09/07/2022 13 min Temporada 3 Episodio 33
Let's talk about Rust

Listen "Let's talk about Rust"

Episode Synopsis

In this episode, I talk briefly about Rust, which uses compile-time analysis to ensure that code is memory-safe (and also free of data races in concurrent code) without using a garbage collector.  Fantastic!  The language draws on but richly develops ideas on ownership that originated in academic research.