Hacker News new | ask | show | jobs
by at_a_remove 1547 days ago
The results (many many packages doing fifty to eighty percent of what you need) are what drove me from Perl and what makes me very uncomfortable with the growing disdain for the standard library in Python. I really don't want to write my own XML libraries or whatever, I would rather just import whatever the standard solution is. I also do not want to have to do a roundup of the available solutions and try to figure out which is most applicable, then hope that it will actually do the job.

A lot of people are very into whatever the language is, but for me, I want a huge standard library.