logoalt Hacker News

jmulltoday at 6:13 PM1 replyview on HN

> Being so absolutist is silly but their counter argument is very weak.

The entire point is that being so absolutist is silly.

The comment reflects the previous poster's logic back at them so they (or others) can hopefully see how little sense it makes.

You seem to be trying to see some additional argument about rust being bad/invalid, but there isn't one... The reason that argument is, indeed, "very weak" and "so thin", as you say, is that it isn't even there at all.


Replies

Ygg2today at 8:49 PM

> The entire point is that being so absolutist is silly.

You're misinterpreting what Rust people are telling you.

- Rust is safe lang

- Nah, C is safe if you're good

- Rust evangelical gestures towards billions or CVEs brought on by overly-sure C programmers

- Yeah, well, a version of Rust was unsafe for few months ten years ago. Besides Zig prevents more bugs than C and is the successor

- Rust person points to Bun's abysmal record

- Stop being absolutist.

The issue is that in C or Zig few people can write mostly UB free code. In Rust anyone can write UB free code as long as they don't reach for unsafe.