this post was submitted on 08 Jun 2026
284 points (98.6% liked)

Programmer Humor

31762 readers
223 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] copacetic@discuss.tchncs.de 4 points 3 days ago

Quite a while ago, I wrote this to document my understanding what OOP actually is.

This sentence at the end is interesting:

On the other hand it sounds unlikely that there will be a popular language without object-oriented influences some day, so at least minimal syntax-level support is desirable.

Rust was published like one year later and it can be considered popular by now. Does Rust support OOP via traits? Kind of yes, but so does Haskell with typeclasses.