zlacker

[parent] [thread] 4 comments
1. Tubelo+(OP)[view] [source] 2025-11-19 19:36:13
My impression was experienced Perl programmers took pride in making the smallest code possible, all in one line.

At my company they really locked in the project being dead if the original contributors left.

Perl propped up regex (JavaScript regex is based off of it), so I get the impression Perl practitioners tried to make all the code regex-y as possible as a cultural thing.

replies(4): >>sleepy+Hd >>mister+LR >>nickse+MV >>boobsb+b35
2. sleepy+Hd[view] [source] 2025-11-19 20:45:10
>>Tubelo+(OP)
There was a regular feature in the perl community for 'golf' or 'crazy one liners' but almost no one used that shit in any actual code that left their user directory.
3. mister+LR[view] [source] 2025-11-20 00:48:50
>>Tubelo+(OP)
Code golf is fun as a challenge, but it's obviously hell to find in a script someone else wrote that you're supposed to maintain.
4. nickse+MV[view] [source] 2025-11-20 01:20:51
>>Tubelo+(OP)
I remember the Perl art competitions, where you would write Perl code that would run and actually do something, and would be ASCII art at the same time. Obviously, lots of camels ;-)
5. boobsb+b35[view] [source] 2025-11-21 11:22:54
>>Tubelo+(OP)
> Perl programmers took pride in making the smallest code possible, all in one line

And this became a joke and meme.

[go to top]