this post was submitted on 29 Jan 2024
-11 points (43.8% liked)

Programmer Humor

32472 readers
949 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
[–] [email protected] 30 points 9 months ago (3 children)

Seems like a "haha JS bad" kind of joke, but OP seems to forget that Python is also in a similar boat.

[–] [email protected] 1 points 9 months ago

JS at least has Typescript to mitigate most of its problems, but mypy leaves a lot to be desired.

[–] [email protected] 1 points 9 months ago

More like "similar bloat"

[–] [email protected] 1 points 9 months ago (2 children)

I expected Python to have a lot of dust while it only flew 1 cm

[–] [email protected] 6 points 9 months ago (1 children)

Meme: image of an airliner cockpit, but the thrust levers are replaced with a big button that says "import numpy"

[–] [email protected] 2 points 9 months ago

Ok that's funnier.

[–] [email protected] 1 points 9 months ago (1 children)

I don’t get it, is python dying?

[–] [email protected] 5 points 9 months ago

Nah, just slow.

But it has a ridiculously big library and is easy to write. A lot of libraries are also written in C, so the slowness drawback doesn't even apply in some cases.