Hacker News
- The software industry rapidly convergng on 3 languages: Go, Rust, and JavaScript https://twitter.com/bitfield/status/1781971325398954387 26 comments
- Why Rust is the most admired language among developers – The GitHub Blog https://github.blog/2023-08-30-why-rust-is-the-most-admired-language-among-developers/ 3 comments
- Rust Language, and Why C/C++ Will Never Die (2015) https://www.viva64.com/en/b/0324/ 61 comments
- The Advanced Rust Programming Language Book Draft https://doc.rust-lang.org/nightly/adv-book/ 47 comments
- The Rust Programming Language https://www.youtube.com/watch?v=O5vzLKg7y-k 2 comments
- The Rust programming language http://lambda-the-ultimate.org/node/4009 44 comments
Lobsters
- Microsoft: Why we used programming language Rust over Go for WebAssembly on Kubernetes app https://www.zdnet.com/article/microsoft-why-we-used-programming-language-rust-over-go-for-webassembly-on-kubernetes-app/ 16 comments go , rust , wasm
- I'm a compiled-language-noob and I'm considering Rust. I did my research, but some things I just do not understand https://www.reddit.com/r/rust/comments/79oq6n/im_a_compiledlanguagenoob_and_im_considering_rust/ 79 comments rust
- v0.20 of Gleam, a type safe language written in Rust for the Erlang VM, is out https://gleam.run/news/gleam-v0.20-released/ 5 comments rust
- AWS: Here's why we are investing in the Rust programming language https://www.zdnet.com/article/programming-languages-aws-explains-why-rust-is-so-important/ 15 comments rust
- Rust Language Gains Traction in .NET Community https://visualstudiomagazine.com/articles/2021/05/03/net-rust.aspx?m=1 21 comments rust
- Deterministic Scripting language for Rust? https://www.reddit.com/r/rust/comments/d3jl64/deterministic_scripting_language_for_rust/ 39 comments rust
- The Rust Programming Language: First Impressions https://www.twelve21.io/the-rust-programming-language-first-impressions/ 65 comments rust
- I wrote a BASIC language interpreter/compiler in Rust https://www.reddit.com/r/rust/comments/ae2sn5/i_wrote_a_basic_language_interpretercompiler_in/ 13 comments rust
- Rust is the 5th fastest growing programming language on GitHub https://octoverse.github.com/projects 73 comments rust
- I Wrote an "Understanding Compilers" Article That Uses The Rust Programming Language https://towardsdatascience.com/understanding-compilers-for-humans-version-2-157f0edb02dd 67 comments programming
- The Rust Language and Special Cases https://blog.infinitenegativeutility.com/2018/6/the-rust-language-and-special-cases 146 comments rust
- Do you know any language implemented in Rust? https://www.reddit.com/r/rust/comments/4mj127/do_you_know_any_language_implemented_in_rust/ 15 comments rust
- When Rust Makes Sense, or The State of Typed Languages http://m50d.github.io/2015/09/28/when-rust-makes-sense.html 96 comments programming
- When Rust Makes Sense, or The State of Typed Languages http://m50d.github.io/2015/09/28/when-rust-makes-sense.html 55 comments rust
- "Syntax Across Languages" for Rust http://rigaux.org/language-study/syntax-across-languages/ 7 comments rust
- Floating Point Benchmark: Rust Language Added http://www.fourmilab.ch/fourmilog/archives/2014-10/001537.html 11 comments rust
- Want Rust to be the programming language of choice for discriminating hackers? Then win the ICFP contest with it! http://icfpcontest.org/ 12 comments rust
- Rust language development roadmap https://github.com/mozilla/rust/wiki/note-development-roadmap 57 comments programming
- "The top 5 emerging programming languages with a promising future ahead of them are: Elm, Kotlin, Rust, Elixir, Crystal" https://learnworthy.net/5-emerging-programming-languages-with-a-promising-future/ 16 comments elixir
- Gergely Imreh: Language of the Month: Rust results https://gergely.imreh.net/blog/2015/12/lotm-rust-results/ 27 comments rust
- Call for more comments: IO RFCs - Rust Programming Language Forum http://discuss.rust-lang.org/t/call-for-more-comments-io-rfcs/1449 8 comments rust
- Want to learn how to make games with the Rust programming language, the Bevy Game Engine, and Entity Component System (ECS) Architecture? Now's a great time to jump in with this Bevy 0.10 Beginner Tutorial Series! https://youtube.com/watch?feature=share&v=TQt-v_bFdao 2 comments gamedev
- Make a Language in Rust, Part Seven: A REPL https://arzg.github.io/lang/7/ 14 comments rust
- Introducing Rune, a new stack-based dynamic programming language for Rust with async support. https://rune-rs.github.io/rune/ 69 comments rust
- Rust one of the highest-paid programming languages globally in 2020 https://learnworthy.net/highest-paid-programming-languages-in-2020/ 18 comments rust
- Let's make Rust the most loved language for the 4th time 🙌 https://stackoverflow.com/dev-survey/start 19 comments rust
- Study of Experienced Programmers’ Acquisition of New Programming Languages (on the example of Rust) http://cs242.stanford.edu/assets/projects/2017/parastoo-gdietz44.pdf 14 comments rust
- Rust is now an official part of Stanford's Programming Languages course https://stanford-cs242.github.io/assignments/assign6/ 82 comments rust
- Any books you recommend for learning the Rust programming language? http://www.amazon.com/programming-rust-jim-blandy/dp/1491927283 13 comments rust
- Reminder: "The Rust Programming Language: Fast, Safe, and Beautiful" screencast in 1h40m (10am pacific) http://www.oreilly.com/pub/e/3291?reminder 17 comments rust
- Rust-like language with static memory management and no ownership https://www.reddit.com/r/rust/comments/gfgt1b/rustlike_language_with_static_memory_management/ 21 comments rust
- NIST added Rust to its list of “Safer Languages” as part of its Software Assurance Metrics and Tool Evaluation https://www.nist.gov/itl/ssd/software-quality-group/safer-languages 19 comments rust
- Announcing Lingua 1.0.0: The most accurate natural language detection library in the Rust ecosystem, suitable for long and short text alike https://www.reddit.com/r/rust/comments/jv7eaj/announcing_lingua_100_the_most_accurate_natural/ 51 comments rust
- Overview of the Efficient Programming Languages (v.3): C++, Rust, Swift, Scala, Dlang, Kotlin, Nim, Julia, Golang, Python. https://sdevprog.blogspot.com/2018/04/overview-of-efficient-programming.html 8 comments d_language