this post was submitted on 14 Aug 2023
202 points (93.5% liked)

Programmer Humor

31251 readers
1619 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 10 months ago

That's what I love about Rust: many problems that would turn into runtime errors in other languages aren't possible with its type system and the compiler catches them.