this post was submitted on 14 Mar 2024
7 points (100.0% liked)

Programmer Humor

22730 readers
1567 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 1 year ago* (last edited 1 year ago) (1 children)
[–] [email protected] 0 points 1 year ago (1 children)

If you can make safe Rust segfault you're doing something wrong.

[–] [email protected] -1 points 1 year ago (1 children)

IME Rust programs crash at about the same rate as other languages. "Rewrite everything in Rust" hasn't made much of a difference for me, so far.

[–] [email protected] 1 points 1 year ago

A crash is different to a SEGFAULT. I'd be very surprised to see a safe rust program segfault unless it was actively exploiting a compiler bug.