this post was submitted on 10 Nov 2024
190 points (95.7% liked)

Programmer Humor

32464 readers
421 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 4 days ago* (last edited 4 days ago) (1 children)

Posted on gigabytes of robust C/C++ codebase.

You cannot make a safe yet universal cutting tool. If it needs to cut, it can also cut the user. Its completely up to the user what he chooses to do with a knife and there have been many „accidents” with them. Yet we keep making and using simple knives in a form unchanged since before we could write.

[–] [email protected] 2 points 21 hours ago* (last edited 21 hours ago)

You cannot make a safe yet universal cutting tool.

I’m neither language designer or crustacean advocate, but from what can be read, Rust seems to have managed just fine. The trick is probably to allow removing the cover of the sharp edge when needed (execute unsafe).