This is worse than Apple then.
Announcement
Collapse
No announcement yet.
Chrome 112 Released With WASM Garbage Collection Trial, CSS Nesting
Collapse
X
-
Originally posted by Ironmask View Post
Wow, a politically motivated post about the incorrectly assumed political reasons behind a language choice, how ironic.
Originally posted by Ironmask View PostBy the way, since you don't seem to even know why Rust exists or where it came from, Rust was literally made for Firefox, by Mozilla. It was the literal first project written in it and, as you might expect when taking into consideration that fact, far before anyone even cared about it, much less before it was popular. You may as well argue that Ken Thompson was a C fanboy and wrote Unix in C because it was so popular at the time.
- Likes 1
Comment
-
Originally posted by dev_null View PostI tried to learn Rust several times but my motivation evaporated quickly when I saw that it did exactly what C++, but with a different syntax. So my conclusion: might be worth if you start to learn programming, and even there you likely will need to learn C anyway because of amount of libraries written. With C++ you get C for free with Rust it is double effort. In other cases it’s weird why so many people want/like it and it indeed resembles a secta or cult
It's not that difficult to learn how to develop in such a simple language as C and write "memory/thread safe" code using the available tooling such as Valgrind. But then again, apparently I am one of those elitist snob geniuses who can write C code adequately.
- Likes 1
Comment
-
Originally posted by Barnacle View Post
Exactly this. C++ made many, many mistakes in the language design and standard library, and every time I consider learning Rust (just in case maybe it becomes a marketable job skill someday), I just see gross C++isms and other weirdness. The operating system is still written in C, and POSIX still specifies that it is written in C. All CPUs and their ISAs are still highly optimized for C and it's standard library, and there are not enough transistors in the world to make a CPU+ISA that is optimized for Rust or C++.
It's not that difficult to learn how to develop in such a simple language as C and write "memory/thread safe" code using the available tooling such as Valgrind. But then again, apparently I am one of those elitist snob geniuses who can write C code adequately.
I can't even rebuttal your comment about tooling because you literally do not understand what Rust does by admission of willful ignorance. Like, there is literally no conversation to be had here.
I'd also like to see your repositories of bug-free C code, please.
- Likes 1
Comment
-
It's not healthy to be a "fan" of an Operating system, language, or tool. It's even worse when you form communities around fandom over technologies. You end up neglecting the benefits of technology and fixate on the community. This is something Windows does not suffer from. No one likes Windows...not even Microsoft employees.
Communities should be places where people exchange advice, news, troubleshoot problems, and share existing solutions. They should have concrete benefit through exchange of knowledge. You're not supposed to care for my taste or what I like to do if it has nil effect on you.Last edited by ClosedSource; 06 April 2023, 04:49 AM.
- Likes 1
Comment
-
Originally posted by ClosedSource View PostIt's not healthy to be a "fan" of an Operating system, language, or tool. It's even worse when you form communities around fandom over technologies. You end up neglecting the benefits of technology and fixate on the community. This is something Windows does not suffer from. No one likes Windows...not even Microsoft employees.
Communities should be places where people exchange advice, news, troubleshoot problems, and share existing solutions. They should have concrete benefit through exchange of knowledge. You're not supposed to care for my taste or what I like to do if it has nil effect on you.
Also a lot of people like Windows, like legitimately. They're usually pretty quiet about it though, Windows communities are actually quite friendly and nice. You never notice them because they're not really vocal about it. I mean, it's Windows, there's not much to say. It's a bit like the Ubuntu communities.
You know you can still hate something and act like a fanboy about it, which is called a hater. It's a bizarre passion either way.
- Likes 1
Comment
-
> Windows communities are actually quite friendly and nice
Anyone can see Windows 10 users talking about Windows 11 users, or Windows 7 users talking about the others not quite friendly and nice...
There are big differences between all those Windows, it's like some people do not see them.
Comment
-
Originally posted by dev_null View PostI tried to learn Rust several times but my motivation evaporated quickly when I saw that it did exactly what C++, but with a different syntax. So my conclusion: might be worth if you start to learn programming, and even there you likely will need to learn C anyway because of amount of libraries written. With C++ you get C for free with Rust it is double effort. In other cases it’s weird why so many people want/like it and it indeed resembles a secta or cult
Rust and C combined are IMHO less learning effort than learning modern C++ well.
- Likes 1
Comment
-
Originally posted by unwind-protect View Post
Well, you might get C included in the C++ learning, but C++ is a huge language, and every 3 years they pile on. I'm still not caught up to C++20, let alone 23.
Rust and C combined are IMHO less learning effort than learning modern C++ well.
And finally, Rust's macro system does let you embed C, or Assembly, or whatever else you want into it. I know ASM macros exist, not sure about C, but again, nobody needs or wants that, just make a separate C project.
Comment
-
Originally posted by Ironmask View PostI'd also like to see your repositories of bug-free C code, please.
I'd be happy to show you my bug free C code except I'm not going to out my identity just because some Rust fanboy demanded receipts. I'm sure you are 0% qualified to make that evaluation anyway, and wouldn't spend 2 seconds of your time trying.
- Likes 2
Comment
Comment