Rust

Rust is a multi-paradigm, high-level, general-purpose programming language designed for performance and safety, especially safe concurrency.[12][13] Rust is syntactically similar to C++ (C-plus-plus),[14] but can guarantee memory safety by using a borrow checker to validate references.[15] Rust achieves memory safety without garbage collection, and reference counting is optional. https://en.wikipedia.org/wiki/Rust_(programming_language)

Unapologetic interest in the static, structured, concurrent, large-systems language niche. Not for scripting, prototyping or casual hacking. Not for research or exploring a new type system.


Edited:    |       |    Search Twitter for discussion