Difference between revisions of "Rust"
From BC$ MobileTV Wiki
Line 23: | Line 23: | ||
* 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/ | * 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 | * Programming in Rust - the good, the bad, the ugly: https://hackernoon.com/programming-in-rust-the-good-the-bad-the-ugly-d06f8d8b7738 | ||
− | |||
* Why Not Rust?: https://matklad.github.io//2020/09/20/why-not-rust.html | * Why Not Rust?: https://matklad.github.io//2020/09/20/why-not-rust.html | ||
+ | * 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/ | ||
+ | * Android Open Source Project now supports Rust: https://sdtimes.com/softwaredev/android-open-source-project-now-supports-rust/ | ||
+ | * Google reveals more information about Rust’s integration into Android: https://sdtimes.com/softwaredev/google-reveals-more-information-about-rusts-integration-into-android/ | ||
+ | |||
+ | == References == | ||
+ | |||
+ | <references /> | ||
== See Also == | == See Also == | ||
− | [[Mozilla]] | [[FireFox]] | [[Java]] | [[C++]] | [[Swift]] | + | [[Mozilla]] | [[FireFox]] | [[Java]] | [[Kotlin]] | [[Android]] | [[C++]] | [[Swift]] |
Revision as of 07:17, 17 May 2021
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".
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
- Why Not Rust?: https://matklad.github.io//2020/09/20/why-not-rust.html
- 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/
- Android Open Source Project now supports Rust: https://sdtimes.com/softwaredev/android-open-source-project-now-supports-rust/
- Google reveals more information about Rust’s integration into Android: https://sdtimes.com/softwaredev/google-reveals-more-information-about-rusts-integration-into-android/
References