Rust

Rust is a systems programming language which fast and memory-efficient, with no runtime or garbage collector. Its rich type system and ownership model guarantee memory-safety and thread-safety — and enable you to eliminate many classes of bugs at compile-time.