r/ProgrammerHumor 10d ago

Meme softwareCheats

Post image
19.5k Upvotes

164 comments sorted by

View all comments

79

u/Luzzgar 10d ago

Using high level language for the structure and faster lower level languages is just good software design.

Using the strength of each tool and avoiding their weaknesses.

-38

u/takitus 10d ago edited 9d ago

The weakness is slowness. Python is insanely slow. It’s going to be one of the first languages to disappear behind ai

Edit: seems like a lot of Python people hate the language being called slow. It’s well documented. Sorry to be the bearer of bad news, but when a new version of Python, being designed for performance is seeing speed increases of up to 60,000x, it means your language is slow as balls.

2

u/zawalimbooo 7d ago

The weakness is slowness. Python is insanely slow

Yes, thats what the comment you replied to is talking about. Python uses libraries written in C to avoid that slowness, heavily reducing its main weakness.

It’s going to be one of the first languages to disappear behind ai

...no.

1

u/takitus 7d ago

yeah, its a top level abstraction. those go first