listen, I'm not saying you have done a bad job. I know you are doing something new which no one has done before. So its obvious there are a lot of unknown unknowns which create these rewrites and correction every now and then.

But you've got to understand realities of practical software development. When you say your next release is going to break simple programs of a user. That release doesn't qualify as a production release. Its a experimental release at the maximum. And most people when they learn about this will never bother to even adopt your release. This is precisely why Rakudo star releases aren't getting traction. Because you are saying the users, that the release contains some features, you don't quite really have documentation for it, CPAN isn't compatible, and there is no guarantee of the same features working fine in the next release.

This doesn't qualify to be a production release. Now lets look at the Perl 5 release. Once something is released, it goes out with a documentation. If something needs to be changed or removed or added there are deprecation cycles. And CPAN is always compatible.

Perl 6 production release need has to be feature complete. It will be impractical on our behalf to expect that. But it needs to adhere to most common definitions of production release. Its these experimental releases that are really messing up the perception.


In reply to Re^10: Waiting for a Product, not a Compiler by Anonymous Monk
in thread Moose - my new religion by jdrago999

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.