I feel like, the way Reddit links posts without visible context by default is causing confusion here. This is the link to the comment with context. (Starting with some deleted post whose contents we can only guess[1].) The quoted response here was 4 comments deep in a joke discussion between Sage and Manishearth.
Click to show quoted full discussion
That being said, I would personally agree that perhaps a (self-described) shitpost is not necessarily the best quote of the week… even more so if it’s heavily contextual
That said, I really like the language. It’s as if someone set out to design a programming language, and just picked all the right answers. Great ecosystem, flawless cross platform, built-in build tools, no “magic”, static binaries, performance-focused, built-in concurrency checks. Maybe these “correct” choices are just laser-targeted at my soul, but in my experience, once you leap over the initial hurdles, it all just works™️, without much fanfare.
Thanks to all for the very helpful responses. "The Book" says The community is very welcoming and happy to answer students’ questions "; I expected that to be just marketing, but I was wrong.
I do wish that people could see Rust as more than a better C/C++. It's an amazing language for web services and CLIs.
It's not just that it doesn't have a GC. It also doesn't have some of the worst features of OOP, it also has a sane std library, it also has an expressive type system, etc. Rust helps you write better code, even when compared to languages like Java or Python.
That is an odd comparison to me. Java does very little to help write better code, Python even less. A comparison to something like Ada would be more fitting.
This is what I get for taking a quote out of context
The parent comment compared Rust to C/C++; the one I quoted argues that Rust shines not only as a C/C++ replacement, but also when compared to higher level languages and applied to tasks where you wouldn't typically be reaching for C/C++ (web services).
...some people found error messages they couldn't ignore more annoying than wrong results, and, when judging the relative merits of programming languages, some still seem to equate "the ease of programming" with the ease of making undetected mistakes.
These open-source projects show that Rust provides both high performance and pace of development while also attracting a lot of contributors. There is a long-standing tradition of developing tooling for a programming language using that language. Rust breaks from this tradition quite effectively.
There are a few other possible quotes in the article, worth reading in full.