this post was submitted on 24 Aug 2025
282 points (97.3% liked)

Programmer Humor

38058 readers
121 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments

this is very true but i gotta defend my object-oriented languages here (real object-oriented, not c++-style object-oriented). there's a lot of way cooler stuff you can do with ruby or groovy or smalltalk that you just can't do with rust, for example. objects aren't special cases, the entire system is supposed to be implementable in itself. obviously the machine code itself can't be objects but the good languages do their best to mask that.