Hacker News new | ask | show | jobs
by kamaal 3861 days ago
I think having to use/install something is precisely the pain people are talking about.
1 comments

Especially for the kind of glue scripts we're talking about, having to install new language packages across a heterogeneous environment consisting of thousands of boxes is not an easy option.

For me the greatest advantage of the Perl5/shell integration is that you can use Perl's sane data structures, flow control, and code organization features instead of their bash equivalents which have endless pitfalls and can be less portable than basic Perl5.