zlacker

[return to "Perl's decline was cultural"]
1. RayFra+P3[view] [source] 2025-12-06 18:17:23
>>todsac+(OP)
There was a lot of pressure in the Perl community to write things as succinctly as possible instead of as maintainably and understandably. That’s not realistic for use in a field with a lot of turnover and job hopping.
◧◩
2. creer+2b[view] [source] 2025-12-06 19:10:30
>>RayFra+P3
There was no such pressure. That's ridiculous. There were a lot of things people could grab as reasons to form an opinion without even reading articles, never mind the tutorial. They then ended up with php or python, even java for crying out loud, and years later THAT was a problem.
◧◩◪
3. autoex+9f[view] [source] 2025-12-06 19:44:27
>>creer+2b
There wasn't pressure to write concise code exactly, but if you posted your code somewhere the odds were good that somebody would reply with a way to do the same thing with less code, followed by someone else who managed to shave several lines/characters off of that, etc.

While almost all of the time it was all just people having fun (perl is fun and play was encouraged) and not an admonishment of the code you'd posted or an example of how it should have been written I can see how some folks might have gotten that impression. Especially if they were new to perl and were more used to languages where TIMTOWTDI wasn't thing

[go to top]