What inquiring minds want to know about Ruby in order to compare it to Perl (and really, these things in my mind set Perl apart from a LOT of other potential programming languages): does it work as well on Windows as it does on Linux and many Unix systems? Does it also then have a cross-platform GUI toolkit?

One of the things that absolutely thrills me about Perl is the fact that with the exception of some fancy process management issues and certain filesystem specific things, a HUGE quantity of code is truly cross-platform-- especially nice when considering the Tk module. I realize that Tk probably hasn't been ported nearly as many places as Perl itself, but it is nice to have most x86 systems being able to pick up a client and work with it. And Linux capable PPC too.

Not that I'm trying to hammer on Ruby, just curious. Especially since I gather it has a "cleaner" OO model, which could be quite valuable in the realm of GUI scripting (especially if you want to get into compound widgets and stuff).

In reply to (ichimunki) Re: One more perl programmer's take on Ruby (discussion) by ichimunki
in thread One more perl programmer's take on Ruby (discussion) by deprecated

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.