I don't know who uses VSCode with Rust (I imagine a lot of people do) but rust-analyzer specifically shows a checkmark next to package imports when viewing a cargo.toml file if the package is up-to-date, or a red X if the package is out of date.
Announcement
Collapse
No announcement yet.
GCC Rust Approved By Steering Committee, Likely To Land For GCC 13
Collapse
X
-
Originally posted by Sin2x View PostShould have been Zig (or nothing, nothing works for me too). Rust is an overhyped buzzword pushed by the corporations and their zombified zealots.
- Likes 3
Comment
-
Originally posted by Ironmask View PostI don't know who uses VSCode with Rust (I imagine a lot of people do) but rust-analyzer specifically shows a checkmark next to package imports when viewing a cargo.toml file if the package is up-to-date, or a red X if the package is out of date.
- Likes 1
Comment
-
Originally posted by babali View PostWhat's the benefit of having a GCC port?
2. GCC usually produces slightly faster code than LLVM (but not consistently, check recent Phoronix benchmarks)
3. rustc is notoriously slow... hopefully gccrs will be faster? Hard to tell until they reach feature parity.
- Likes 7
Comment
-
Originally posted by Mordrag View Post
I would guess you have done extensive analysis on Rust and can enlighten us all why Rust is so bad ?
There has been a plethora of analyses of why Rust is a poor imitation of C++, my favourite one is from Drew DeVault who got so fed up with Rust fanatics preaching on every corner, he created his own systems language:
https://drewdevault.com/2019/03/25/R...placement.html
Last edited by Sin2x; 12 July 2022, 03:36 AM.
- Likes 1
Comment
-
Originally posted by Sin2x View Post
If you wanted to be enlightened, you would already be -- but you don't -- because you a blind zealot which I have already pointed out.
There has been a plethora of analyses of why Rust is a poor imitation of C++, my favourite one is from Drew DeVault who got so fed up with Rust fanatics preaching on every corner, he created his own systems language:
https://drewdevault.com/2019/03/25/R...placement.html
> Safety. Yes, Rust is more safe. I don’t really care.Last edited by RedEyed; 12 July 2022, 04:04 AM.
- Likes 6
Comment
-
Originally posted by RedEyed View Post
Everything you need to know about Drew DeVault's Rust analysis :
> Safety. Yes, Rust is more safe. I don’t really care.
- Likes 1
Comment
-
Originally posted by Sin2x View Post
By taking things out of context you only show your zealotry and confirm my theories about what kind of people advocate for Rust, bud. The funniest thing is that the context of this post is specifically kernel programming -- where writing non-unsafe code is impossible by definition.
But saying that Safety is a minor thing (the main, and maybe the single Rust feature over C/C++), means to me ignorance and conservatism.
- Likes 3
Comment
-
Originally posted by Sin2x View Post
If you wanted to be enlightened, you would already be -- but you don't -- because you a blind zealot which I have already pointed out.
There has been a plethora of analyses of why Rust is a poor imitation of C++, my favourite one is from Drew DeVault who got so fed up with Rust fanatics preaching on every corner, he created his own systems language:
https://drewdevault.com/2019/03/25/R...placement.html
What really struck me was this:
Safety. Yes, Rust is more safe. I don’t really care. In light of all of these problems, I’ll take my segfaults and buffer overflows.
Being proud to use a language that makes it easy to segfault or buffer overflow is... I lack words.
I especially refuse to “rewrite it in Rust” - because no matter what, rewriting an entire program from scratch is always going to introduce more bugs than maintaining the C program ever would. I don’t care what language you rewrite it in.
Because that's sooo good to have than just to replace programs from decades ago, with a programming mindset and tooling from decades ago, in a language that prevents you from doing errors or even stupidity (I'm more clever than the compiler, let me use this ubercool trick because I'm a laet programmer).
Gosh, people need to realize programs are not about them or their ego, it's about the users and assets those programs get in contact with - which are to protect at all costs, with the most effort on preventing damage; neglecting this because of ego is... I lack words again.Last edited by reba; 12 July 2022, 05:06 AM.
- Likes 7
Comment
Comment