05-05-2017, 03:01 PM
(This post was last modified: 05-05-2017, 03:02 PM by Seadragon91.)
There is a new language named Rust and it has very nice features:
- zero-cost abstractions
- move semantics
- guaranteed memory safety
- threads without data races
- trait-based generics
- pattern matching
- type inference
- minimal runtime
- efficient C bindings