Hacker News new | ask | show | jobs
by ay 845 days ago
Perl (without dependencies) works awesomely well as a replacement for bash in scripts, in my experience. Unlike Python, chances that it will break the next month (or the next decade) are virtually nil.
1 comments

Python without dependencies will also work everywhere basically forever. Hell, most Python 2 is valid Python 3, but it's been over a decade now - Python 3 is the default system Python in most everything.
“Most” is a highly load bearing item here.

You can’t go back and rewrite the scripts that don’t work so they do.