Oh man, those Slashdot threads irk me more than they should.

Python has never been morally opposed to breaking backwards compatibility. We went through this in the 1.x - 2.0 shift. Heck, this time around the Python developers are being rather charitable. There will be a 2.6 release around the same time as 3.0 final, and the 2.x line will continue for a while. Tools are being provided to make the minimal changes needed to allow crufty old code to work in the shiny new interpreter. And large organizations with a huge pile of legacy code probably won't be leaping on 3.0 the day it's released.

Some folks have been shouting about loss of backwards compatibility with the looming-ever-closer Perl 6 release despite frequent reassurances that legacy code will be covered one way or another. It doesn't look like 5.x is going to be going away any time soon. And again - despite how cool Perl 6 looks, it's going to be a foolish company that decides to convert all of their existing code to P6 on the day after Christmas.

Major version number changes are the perfect time to change your mind about how a language should be used.


In reply to Re: Slashdot: next gen Python vs. Perl 6 by webfiend
in thread Slashdot: next gen Python vs. Perl 6 by ww

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.