Difference between revisions of "Rust"
From BC$ MobileTV Wiki
Line 1: | Line 1: | ||
− | [[Rust]] is a new [[programming language]] from the [[Mozilla]] foundation, similar in many ways to [[C++]] but said to be "less verbose" and "more versatile". | + | [[Rust]] is a new [[Programming Languages | programming language]] from the [[Mozilla]] foundation, similar in many ways to [[C++]] but said to be "less verbose" and "more versatile". |
Revision as of 16:59, 4 August 2020
Rust is a new programming language from the Mozilla foundation, similar in many ways to C++ but said to be "less verbose" and "more versatile".
Contents
Resources
- Rustlings: https://github.com/rust-lang/rustlings
- The Rust Programming Language (E-BOOK): https://doc.rust-lang.org/book/ch00-00-introduction.html
Tutorials
- Learn Rust by solving the "Rustlings" exercises: https://egghead.io/playlists/learning-rust-by-solving-the-rustlings-exercises-a722
- Rust "quick guide": https://www.tutorialspoint.com/rust/rust_quick_guide.htm
- Rust programming language tutorial: https://www.javatpoint.com/rust-tutorial
External Links
- wikipedia: Rust (programming language)
- Rust - official website: https://www.rust-lang.org/
- What is Rust and why is it so popular?: https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/
- Rust programming language - Seven reasons why you should learn it in 2019 (and beyond): https://www.techrepublic.com/article/rust-programming-language-seven-reasons-why-you-should-learn-it-in-2019/
- Programming in Rust - the good, the bad, the ugly: https://hackernoon.com/programming-in-rust-the-good-the-bad-the-ugly-d06f8d8b7738
- Microsoft says "industry's best chance at safe systems programming could be Rust": https://thenewstack.io/microsoft-rust-is-the-industrys-best-chance-at-safe-systems-programming/