Remix.run Logo
krater23 3 days ago

C/C++ with static code analysis is not worse than Rust. But most Rust developers are beginners during there are many C/C++ developers with 20+ years knowledge. So whats exactly is the point in using Rust?

rowanG077 9 minutes ago | parent | next [-]

There is no C/C++ static analyzer that can guarantee what rust does: full memory safety. Claiming that is ridiculous.

mattstir 3 days ago | parent | prev [-]

The number of critical CVEs every year related to memory safety seems to point to the contrary. The amount of "just one more static analysizer and we'll never have any bugs!" in the C++ community is honestly disturbing, alongside the obvious elitism and absurdity of statements like 20 years of knowledge == no bugs ever.