this post was submitted on 16 Jan 2025
251 points (96.0% liked)

Programmer Humor

32910 readers
1597 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
[โ€“] qjkxbmwvz@startrek.website 1 points 1 day ago (1 children)

Not sure why you're saying Python forces everything to be object oriented...?

[โ€“] expr@programming.dev 1 points 23 hours ago

It basically does. It pretends to court functional programming while actually being really antithetical to it in basically every way. Guido Van Rossum has vocally expressed his dislike for functional programming (though I'd argue he actually doesn't really know much about it).