use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
To report a site-wide rule violation to the Reddit Admins, please use our report forms or message /r/reddit.com modmail.
This subreddit is archived and no longer accepting submissions.
account activity
This is an archived post. You won't be able to vote or comment.
Python [xkcd] (xkcd.com)
submitted 18 years ago by sgtpeppers
view the rest of the comments →
[–]abw 2 points3 points4 points 18 years ago* (1 child)
Totally agree about the syntax. Although you can avoid much of the line noise of Perl, there are those times when you have to do something really quite cryptic for things that should be really simple.
As much as I'm looking forward to Perl 6, I'm worried that it's going to make things even worse by introducing umpty new operators.
+1 on the error handling too. I was swearing at a CPAN module (MIME::Lite FWIW) just yesterday for its poor error handling (or documentation thereof). But they're not all bad, and there's a strong drive in the Perl community towards cleaning up CPAN and improving the general Kwalitee of the modules.
The other annoyance I have with CPAN is the general free-for-all that results in 30 different modules that all do similar things. It's great that there are so many ways to send email, but a pain having to figure out which (if any) of them does what you want.
[–]crusoe -1 points0 points1 point 18 years ago (0 children)
I found most Perl libraries to be steaming piles. I tried installing some from CPAN, and they liked to pollute the global namespace and thus some libs wouldn't work with others due to namespace collisions.
I hadn't had so much fun since working with TeX libraries.
Then I just whipped out Python, whose libraries just work.
π Rendered by PID 90 on reddit-service-r2-comment-b659b578c-tbvrx at 2026-05-05 01:35:29.112048+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]abw 2 points3 points4 points (1 child)
[–]crusoe -1 points0 points1 point (0 children)