Rust language, Even though some people claim that the language is memory safe, I still find several examples, products, or projects that fail to maintain this claim.

Like I said. Even if the language is good, if some users still can't use the language correctly, the claim already sounds like nonsense.

Reply to this note

Please Login to reply.

Discussion

well, with Rust it's a bit the other way around. The language is constructed so that it's hard to use it incorrectly.

It's still depending on how people use it. There's still an project that suffers high memory usage.

yes Rust gives the coder the option to explicitly make some code less safe to gain extra performance or interoperability. Unfortunately that can lead to the same kinds of errors we know from C++