I don't think backwards compatibility necessarily means a bloated and unweildly system. And I don't think that's the reason why Windows is so big. Linux maintains compatibility for old hardware (in some cases, must older than Windows), and yet it doesn't suffer from the same issues.

If you're talking about newer versions of Perl retaining hardware compatibility (I don't think you are) then this is a good analogy. Perl is like Linux in that it can be compiled to suit your achitecture.

If you're talking about Perl having backwards compatibility at a language level, then I don't think this is a huge issue. There's no reason why we can't have Perl5 and Perl6 working side by side. In fact, I believe this is exactly what Parrot is for.

Perl6 will gramatically be a completely different language, however I believe (and I don't know a lot about P6, so hopefully someone will correct me if I'm wrong) that most of CPAN will work with it (one of the main reasons for the Phalanx project).

In reply to Re: Perl Is So Slow, but Why? by Mutant
in thread Perl Is So Slow, but Why? by punkish

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.