logoalt Hacker News

shevy-javayesterday at 1:35 PM2 repliesview on HN

I never used shell scripts for that. Ruby worked much better and easier. No glitches either.

I also fail to see how verbosity is a "huge upgrade".


Replies

preg_matchyesterday at 9:09 PM

The problem is Ruby is not de-facto installed on most distros. Shell is the "universal" thing, but shell is actually not portable, even across distros. Perl is the only thing I'd qualify as both "sufficiently portal" and "universal". But then you have to write Perl, which nobody wants to do seemingly.

jamespoyesterday at 5:34 PM

So your systems have a dependency on ruby to startup and anyone who maintains it has to know ruby?