Rust
A systems programming language with an ownership system in lieu of either garbage collection or manual memory management, and a borrow checker that ensures memory safety and protects against data races. Unlike traditional systems languages, includes modern language features like interface types and pattern matching. Released in 2015 and became wildly popular in the late 2010s.