C++ Encounters Of The Rusty Zig Kind
(hackaday.com)
from cm0002@lemmy.world to programming@programming.dev on 01 Jul 19:42
https://lemmy.world/post/32332323
from cm0002@lemmy.world to programming@programming.dev on 01 Jul 19:42
https://lemmy.world/post/32332323
#programming
threaded - newest
Full of WTFs.
I think this sets the tone nicely lol.
Uhm… pretty sure it isn’t.
Yeah who wants to just type
zig build
and have it work? Much better to deal with shitty Makefiles 🤦🏻♂️Uhhh
Ok this guy can be safely ignored.
?
Lol ok… Ignore the official tool that works extremely well (and has official support for vendoring) and just copy files around and then is surprised that it doesn’t work.
That is a good thing.
Uhm yeah if you ignore the tutorials and don’t use the provided tools. It’s literally
cargo init; cargo run
.What an idiot.
honestly, good. let people like this stay in their swamp of antiquated, headache inducing tools and systems.
They seem to think any type inference makes for a weak typing, judging by their previous rant about
auto
in C++So, yeah, author’s views are a bit special, not sure this article will help me be better :(
[forgets to copy some files]
[complains about compiler error]
This guy is a moron of the first order!
Rust: has stronger typing than C. This guy: I don’t like rust since it’s weakly typed.
Also this guy: doesn’t uses cargo because it downloads from the internet without taking the 5 seconds of research to know that
–offline
exists.Also this guy: I don’t like that rust calls C unsafe. It’s safer than assembly.
The guy is just dumb as rocks.
I don’t know how hackaday works. Is literally anyone allowed to write articles full of non-factual information?
🤣 wtf did I just read
Is this why C++ will never die?