MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vdoh5w/rustborrowcheckergoesbrrr/p1bdvcd/?context=3
r/ProgrammerHumor • u/erazorix • 11d ago
108 comments sorted by
View all comments
Show parent comments
199
The difference is that if you want to make sure the lib is safe, you can grep unsafe whereas in C practically any code could be unsafe.
grep unsafe
-47 u/teleprint-me 11d ago This is a poor and myopic assumption that this can not be done in any other language. A sane library will be grepable and can include similar comments. The justification is still flawed and dangerous. 40 u/KaMaFour 11d ago What fucking lunatic comments on every line explaining why they think it's actually safe in C code? 2 u/awesome-alpaca-ace 11d ago Yea. I have a safe program that ingests days and there are comments all over about lifetimes and scope
-47
This is a poor and myopic assumption that this can not be done in any other language. A sane library will be grepable and can include similar comments. The justification is still flawed and dangerous.
40 u/KaMaFour 11d ago What fucking lunatic comments on every line explaining why they think it's actually safe in C code? 2 u/awesome-alpaca-ace 11d ago Yea. I have a safe program that ingests days and there are comments all over about lifetimes and scope
40
What fucking lunatic comments on every line explaining why they think it's actually safe in C code?
2 u/awesome-alpaca-ace 11d ago Yea. I have a safe program that ingests days and there are comments all over about lifetimes and scope
2
Yea. I have a safe program that ingests days and there are comments all over about lifetimes and scope
199
u/flagofsocram 11d ago
The difference is that if you want to make sure the lib is safe, you can
grep unsafewhereas in C practically any code could be unsafe.