Hacker News new | ask | show | jobs
by ibiza 1379 days ago
The thing that kills Perl for me is its weak typing. Automatic variable coercions lead to data-dependent bugs. JavaScript has the same problem.

For scripting anything longer than a command line, I'll take Python.