top | item 38019958

(no title)

jackpeterfletch | 2 years ago

> Do you need memory safety?

I think that’s an unusual way frame that requirement.

All programs need to handle memory _correctly_. Very few seg fault as part of expected operation.

discuss

order

jrpelkonen|2 years ago

Segfaults are not actually even the worst outcome, corrupting the program state yet still trucking along can lead to far worse consequences.

bogwog|2 years ago

> Do you need memory safety guarantees?

Is that better?