Here are rchiav's five reasons:
  1. To me dot notation will be much less cluttered than -> when you have a lot of complex data structures and OO structures that go fairly deep. This is a more mature way of stating point 5, that "." is one less character than "->". But the point is good -- a less cluttered syntax is a better one in most cases.
  2. It really doesn't need to be used for derefrencing, just for OO. Which basically means it won't be necessary there, so I won't comment.
  3. Just about every other language that supports OO uses dot notation (could be all, but I'm covering my bases). It takes away a reason not to use Perl. Which is, as you put it, a reason to be found "in LW's ass." rchiav and I have made the same point here.
  4. Perl is going to have much better OO functionality. It's not just going to be something that's hacked on top of what's already there (like now). This has very little (if anything) to do with why we're changing from "->" to ".".
  5. It's one less character. See point 1.
ad hominem

_____________________________________________________
Jeff[japhy]Pinyan: Perl, regex, and perl hacker.
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;


In reply to Re: Re: Re: Perl6 headaches? by japhy
in thread Perl6 headaches? by mattg

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.