this post was submitted on 10 Nov 2024
195 points (95.3% liked)

Programmer Humor

32610 readers
11 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
[–] lord_ryvan@ttrpg.network 2 points 4 days ago

Also, Rust allows "unsafe" code for when it's absolutely necessary; you DO need to add a line that basically says "I know compiler, don't stop me". To keep up the metaphor; Rust allows you to cut yourself with the knife, but ensures you're fully aware of what you're doing.