Y
Hacker News
new
|
ask
|
show
|
jobs
by
peterwwillis
3844 days ago
Please list other backwards-compatible interpreted languages installed by default on dozens of operating systems and platforms spanning 26 years.
3 comments
massysett
3843 days ago
Hint: it's not Bash. That would be sh, which is not really portable--if it were, autoconf wouldn't spend so much effort on portability.
So yes, can anyone provide such a list please?
link
burke
3844 days ago
Awk and perl.
I use a lot of bash though.
link
ChrisArgyle
3844 days ago
About 7 years ago I had a job where we supported almost every Unix all the way back to AT&T SVR3 (including OpenServer, UnixWare, HP-UX, AIX, Linux, OSF/1). With the exception of SVR3 every single one had binary packages for Perl 5.
link
ausjke
3844 days ago
until you run embedded routers and such, where perl is too large and bash/ash/mush rules.
link
peterwwillis
3843 days ago
Or you're bootstrapping an install process and perl isn't included, but a shell is.
link
s_kilk
3844 days ago
Perl, it's everywhere, and is a better bash than bash is.
link
So yes, can anyone provide such a list please?