Perl6 seems like an elaborate practical joke. Compared to Perl5 many things are literally backwards for no apparent reason (pop @array is now @array.pop because, it's backwards! yay). Since array elements are scalars you logically use $array[n] in Perl5, but Perl6 does away with all that: @array[n] :-(

The English-like ease and logic of Perl5 is gone, replaced by more abstract concepts expressed in bizarre constructs and... UNICODE. If these kinds of radical changes were attempted for the languages we speak the joke's hostile intent would be much more apparent (let's create illiterates). It has been clear from the beginning that Perl6 is a reaction to Perl5 by people who hate Perl5 and want something else. So haters are writing the new language and this includes Larry who refers to the ways of Perl5 as "Warts"!

Too bad all that work didn't go towards improving Perl5 to meet and beat all the challengers it has been beaten to hell by in the past 20 years.

http://design.perl6.org/Differences.html


In reply to Re: Why should any one use/learn Perl 6? by Anonymous Monk
in thread Why should any one use/learn Perl 6? by skooma

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.