Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
retoor87481dMaybe the issues that Rust brings are worse than the issues it resolves. I mean, C++ resolves already a lot of memory issues. Migrate :D
-
@retoor C++ is scary. C is nice, C tells you everything, it's transparent. C++ you have no clue on what the fuck is going on. It's somehow simultaniously low level as fuck and high level as fuck, like some ungodly mix of the C and Java/C# but in a cursed way.
(P.S. I love both C and C++. C more tho) -
12bitfloat1086920h@retoor Not really. C++ is less restrictive than Rust, but all the things Rust doesn't let you do are also things you *shouldn't* do in C++
The real issue is that robust programming without a GC is just hard. There are no easy solutions.... well except a GC. But you can't always have one
Related Rants
you have 6 problems
you introduce rust, now you have 30 problems
you worked on it for about a month and maybe this is the 6th rewrite, and you now have 300 problems and also you have less functionality than every one of the previous versions
why and how
this pattern seems to be consistent no less
rant
problems