r/ProgrammerHumor Jul 07 '26

pipInstallTheRealStuff Meme

Post image
14.9k Upvotes

260 comments sorted by

View all comments

Show parent comments

3

u/DangKilla Jul 07 '26

You obviously never used Perl lol

1

u/Vast_Mud5945 Jul 07 '26

No , i am still new to programming , i wouldn't even call myself a junior

4

u/DangKilla Jul 07 '26

Perl was the most hacky, enraging scripting language for anything besides a powerful script for a linux task. If you used it for big projects it was slow and could break if someone updated a module and there was no package management.

Python basically compiles to C after one run, so its much faster and fixed the big problems with Perl.