Linked by Thom Holwerda on Wed 18th Mar 2009 18:09 UTC
General Development If you don't want to commit to the idiosyncrasies of a specific shell running on a particular platform, try the Squirrel Shell. The Squirrel Shell provides an advanced, object-oriented scripting language that works equally well on UNIX, Linux, Mac OS X, and Windows systems. Write a script once, and run it anywhere.
Thread beginning with comment 353700
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: Portability
by rajj on Wed 18th Mar 2009 20:55 UTC in reply to "Portability"
rajj
Member since:
2005-07-06

Exactly. If I had to install a third party interpreter across a heterogeneous *nix and Windows environment, I'd just go with Python --or Perl if I really had to. If it were all *nix systems, I'd just stick with the holy trinity: sh, sed, awk.

Reply Parent Score: 3

RE[2]: Portability
by dvhh on Thu 19th Mar 2009 00:41 in reply to "RE: Portability"
dvhh Member since:
2006-03-20

Personnaly I'll choose perl, because it stays true to it's root as a glue scripting language, and not a language that tries to do everything (but that's like speaking about choosing between orange and banana, or hammers and screwdrivers each one has its purpose and should be used when needed).

Reply Parent Score: 1