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

Programmer Humor

22188 readers
1510 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
 
top 6 comments
sorted by: hot top controversial new old
[–] muzzle@lemm.ee 1 points 1 year ago* (last edited 1 year ago) (2 children)

Rust is more like: unless you can mathematically prove to me that this is equivalent to a nut there is no ducking way I'll ever let you compiled this.

[–] CanadaPlus@lemmy.sdf.org 1 points 1 year ago

And hot take, but that's good. I'm absolutely stupid enough for idiot gloves like that.

[–] ryannathans@aussie.zone -1 points 1 year ago* (last edited 1 year ago) (1 children)
[–] EinfachUnersetzlich@lemm.ee 0 points 1 year ago (1 children)

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

[–] sxan@midwest.social -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.

[–] nick@campfyre.nickwebster.dev 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.