I understand where you're coming from. And you're not alone. Alot of people have the same mixed reaction of fear and anticipation. But the changes really aren't that major. Perl 6 is kind of like "Perl with tabasco" and you can (mostly) skip the tabasco if you want.

I think this is one advantage of the Perl 6 design strategy: every change, every development is public. By the time the design is finished and a Perl 6 interpreter is production-ready, most people will be familiar with the changes. It won't be strange and new, but old and comfortable, as easy as print. I already find myself typing along in Perl 5 and trying to stick in Perl 6 features and syntax. Then I pause, frustrated, and have to "back-translate" (maybe I should write a p62p5 translator :). Others will be infected similarly. And those that aren't will have a large group of more knowledgeable users to help them, just like they do now. Do you remember who first introduced you to the joy of map? Users around the world will find it's exactly the same with given, etc. It's a cool feature they never knew they had before, but now that they know it, they'll use it every chance they get.

"You can do things that change everything without changing anything." -- Brian Ingerson on Perl 6, YAPC::NA::2001


In reply to Re: With Fear and Wonder by BigAl
in thread With Fear and Wonder by impossiblerobot

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.