6 ms·
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 projec
by Tubelord 10mo ago
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.
- sleepybrett 10mo agoThere 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.
- mister_mort 10mo agoCode 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.
- nickserv 10mo agoI 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 ;-)
- boobsbr 10mo ago> Perl programmers took pride in making the smallest code possible, all in one line And this became a joke and meme.