Flavio Percoco: Rust: A system language for more than just systems
9 years ago30 views
Rust is a modern systems programming language focusing on safety and speed. It accomplishes these goals by being memory safe without using garbage collection."" The language provides a very well selected set of built-in guarantees that prevent users to shoot their own feet.
This presentation will walk the audience through the features of the language, design choices, guarantees and future plans. It does not require prior experience with system languages.