Hacker News new | ask | show | jobs
by b2gills 2304 days ago
What functionality does Python have that Perl doesn't?

I'm legitimately asking because I'm pretty sure there is almost no functionality in Python that isn't in Perl.

In fact of the features I've read about that changed between Python 2 and 3, all of them remind me of a change in Perl. Except Perl didn't break old code in the process.