Rust
Topic history | v1 (current) | created by jjones
Details
Rust
see v1 | created by jjones | Add resource "Why asynchronous Rust doesn't work"
- Title
- Rust
- Description
- Rust is a multi-paradigm programming language designed for performance and safety, especially safe concurrency. Rust is syntactically similar to C++, but can guarantee memory safety by using a borrow checker to validate references. Rust achieves memory safety without garbage collection, and reference counting is optional. Rust was originally designed by Graydon Hoare at Mozilla Research, with contributions from Dave Herman, Brendan Eich, and others. The designers refined the language while writing the Servo layout or browser engine, and the Rust compiler. It has gained increasing use in industry, and Microsoft has been experimenting with the language for secure and safety-critical software components. Rust has been voted the "most loved programming language" in the Stack Overflow Developer Survey every year since 2016.
- Link
- https://en.wikipedia.org/?curid=29414838
resources
treated in Why asynchronous Rust doesn't work
treated in Rust Language Cheat Sheet
treated in Announcing Rust for Windows v0.9
treated in | compared in From Julia to Rust
treated in Untapped potential in Rust’s type system
cons given in Why Not Rust?
compared in Looking into Zig
authors
This topic has no history of related authors.