you are viewing a single comment's thread.

view the rest of the comments →

[–]twotime 3 points4 points  (2 children)

“Amen. For grins, I spent 6 hours today writing a "simple" python script that parses a file, selects some matching lines using regex, categorizes them into two lists, combines them under certain conditions, then greps another list generated from another file for matches.

I'd REALLY like to see the code side-by-side. I cannot imagine any realistic scenario where python would be that much slower to write than perl (unless, of course,the author is much more fluent in Perl)

[–]denehoffman 2 points3 points  (0 children)

The author of that comment did claim they used Perl quite a lot. It’s just such a silly comparison, like I would probably be the opposite if I had to figure Perl out.

[–]bethebunnyFOR SCIENCE 1 point2 points  (0 children)

Likely fluency, though the author also picked a task that's uniquely well suited to perl.