Why the case for Rust is not particularly compelling
tednesday.wordpress.com
Why the case for Rust is not particularly compelling
1–10 of 45 posts
Re: Why the case for Rust is not particularly compelling
#2The case for rust is not its memory safety, but its expressiveness through zero cost abstractions, one of which is memory safety.
Re: Why the case for Rust is not particularly compelling
#3This may be one of the biggest lies I've ever seen on the internet
Re: Why the case for Rust is not particularly compelling
#4Re: Why the case for Rust is not particularly compelling
#5>In programmer world, you really can’t beat this argument. Because programmers are hyper-rational. This may be one of the biggest lies I've ever seen on the internet
Re: Why the case for Rust is not particularly compelling
#6>In programmer world, you really can’t beat this argument. Because programmers are hyper-rational. This may be one of the biggest lies I've ever seen on the internet
Re: Why the case for Rust is not particularly compelling
#71. It strawmans the pro-Rust case by suggesting that Rust is presented as a panacea.
2. It argues that because Rust can’t help with everything, it helping with an important issue (memory safety) is irrelevant.
The crux of it is basically this:
> But this is just throwing the baby out with the bath water. Clearly. Because we have tonnes of safe code, and no one knows why its safe.
We do know that it is safe. We know that it is memory safe. This rhetorical conflation of memory safety and some other form of safety is an issue.
> We need diversity in strategy. We need to actually understand what security means and how existing programs that ARE secure, are written that way.
Absolutely. And using tools that help eliminate entire classes of bugs is an important part of that diversity of strategy.
Re: Why the case for Rust is not particularly compelling
#8> …we have tonnes of safe code, and no one knows why its [sic] safe.
This is not a serious person.
Re: Why the case for Rust is not particularly compelling
#9Re: Why the case for Rust is not particularly compelling
#10>In programmer world, you really can’t beat this argument. Because programmers are hyper-rational. This may be one of the biggest lies I've ever seen on the internet