I've not hidden that I am definitely not enthralled by Perl6 thus far. I too do not wish to see my . and -> mangled. I'm also not especially pleased on the insistence that all filehandles will be objects; I know why people want it, but that doesn't mean I agree. I also am not a big fan of these objects posessing the punctuation variables as attributes or methods. Generaly I could do without the whole OO and typing trend.

Thus far, these are the main things. I'll probably never use many of the new enhancements; just as there are many features of Perl5 I do not use. Sigils will take awhile getting used to, now that I no longer try to write things the intuitive way. I do like the idea of taking XS out of the picture though.

I plan on typing use Perl5; a fair bit. Yes, I realize the Perl 6 engine will support Perl 5 syntax, however it is my understanding that this will lockout access to some of the new features. So this module would be a source-filter masking some of the less-desirable changes.

--
perl -pe "s/\b;([st])/'\1/mg"


In reply to Re: Rindolf, Perl 6 and Wish lists by belg4mit
in thread Rindolf, Perl 6 and Wish lists by rob_au

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.