Show notes
This episode aired on Youtube in the Rust official Channel on Aug 22, 2020
Rust for Non-Systems Programmers by Rebecca Turner Rust improves on C and C++ by providing memory safety and better concurrency primitives. But for a lot of tools and programs, dynamic languages like Python, Ruby, and Perl are already memory safe and fast enough. “Rust for Non-Systems Programmers” showcases some of the reasons I like Rust as someone who's not a systems programmer, including mutability tracking, development tooling, great documentation, a welcoming community, type-inference/algebraic datatypes, and error handling.
This video is based on the youtube video with the same title, it is licensed under Creative Commons Attribution license (reuse allowed) as stated in youtube the April 17, 2021

