in reply to Re: A Perl vs. Java fight brews
in thread A Perl vs. Java fight brews

Unfortunately, I can't use your opinion in its summary form, I would need to present how Ruby matches up against the same checklist of technical features before I could it include it in the analysis - without that starting point I wouldn't know what to look for in the Ruby documentation when producing unbiased benchmarking code.

-M

Free your mind

Replies are listed 'Best First'.
Re^3: A Perl vs. Java fight brews
by Aristotle (Chancellor) on Jul 24, 2006 at 20:05 UTC

    Ruby is basically Perl 5, only the language has less syntax and is much more regular (so much so as to manage to make closures feel natural even to Java wussies), has clean and out-of-the-box-useful OO; but there is no CPAN for it.

    If I were to start over learning dynamic languages now, I would quite probably pick Ruby over Perl 5 – but I stick around because I already know Perl 5 very well, and Ruby doesn’t offer substantially more expressiveness and power.

    Ruby also has the advantage of being fresh and getting hyped right now, so might be an easier sell than the “crufty” and “write-only” (etc yadda yadda) Perl 5.

    Makeshifts last the longest.

      but there is no CPAN for it.

      To be fair there is less, rather than no CPAN. Ruby has Gems and there are more every day.