To view parent comment, click here.
To read all comments associated with this story, please click here.
Even so, why didn't they make it somewhat compatible with other shells? I mean all shells use special features, be it ksh, bash or zsh, but they all support plain sh. For instance, GNU autotools' configure script doesn't use extra features and it can run everywhere *except* Windows because ps doesn't support basic shell syntax! Did they really have to invent a new syntax for basic features to support the extra ones when others shells do not have to?
I don't see why it had to be compatible with other shells, it doesn't run on a *nix and a lot of the underlying toolset is missing, grep, awk you name it. Also, they had a nice new powerful framework to base it on, with all the functionality a good shell needs.
If they had of tried to make it sh compatible, you would have ended up with a system that looks compatible, but would probably fail in such subtle ways as to make it incompatible, and super annoying.
If you really want or need to run a unix cli, why not run Linux or BSD? we need good interoperability between OSs, but not cli syntax compatibility.
If your scripting language doesn't run *everywhere* then you are wasting your time (unless you a relatively small organisation, in which case any solution would work).
Any big organisation has a lot of all kinds of environments. Plus, whatever you are running on now is not what you'll be running on in the future, so why not future-proof yourself by choosing portable solutions. That is, something other than "fashion-of-the-day" PowerShell.
It makes better business sense to be portable unless you are a "ohh, look, shiny new features" kind-of-guy rather than someone who wants to get stuff done. Plus other (usually less talented) folks be need to be able to maintain your stuff otherwise you'll never be able to be promoted.
"If your scripting language doesn't run *everywhere* then you are wasting your time (unless you a relatively small organisation, in which case any solution would work)."
I gotta disagree with you there, I can learn more than one scripting language, and there's lots of ways to move information between 2 different OSs. soap, rpc, email, ftp, sms, html, ODBC, blah blah blah. I'm more interested in capabilities and choice, not conformity.





Member since:
2005-08-11
It works on every other version, that's just nickpicking, really. My point was that it runs on XP and 2003, as well as Vista and 2008