this post was submitted on 14 Mar 2024
1283 points (98.5% liked)

Programmer Humor

19213 readers
1031 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 42 points 6 months ago (2 children)

To be fair, you are doing something wrong if you're app segfaults no matter what anguage you wrote it in...

[–] [email protected] 23 points 6 months ago

Despite that, some languages make it easier to be wrong than others.

[–] [email protected] 3 points 6 months ago

I don't think so, since memory safe languages are supposed to prevent you from doing that, so it would be the language implementation's fault.