I've heard the buzz, but I haven't given Ruby a look until tonight. I know this is going to be an unpopular opinion, but after I spent a little time with it tonight, there's another language that it "felt" like. I honestly think that it has a VB feel to it. I know that's blasphamous, but I always felt that VB was extremely easy to start to program in. Regardless of VB's shortcommings, it's very easy to hit the ground running with the language. I found the same thing with Ruby.

Just to detail why I thought they felt the same..

1) No sigils (yeah.. I know there's other languages like this)
2) no semi-colons (I guess tilly mentioned that they are sometimes optional?)
3) if foo > 2 instead of if (foo > 2)
4) end statements for conditionals and iteration.

Anyway, I'd say it feels like Perl meets VB.
/me dons his flame retardant suit :)

Rich

p.s. - thanks brother dep for giving me a reason to check it out.


In reply to Re: One more perl programmer's take on Ruby (discussion) by rchiav
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.