This seems to deserve a serious answer.
The original question was about the "Freezing the Spec" and not accusing chromatic of something bad. Chromatic is a great guy!
I agree about chromatic. As for Freezing the Spec...
But how many projects have you worked on where the spec evolves towards infinity without a stop? What happens to such projects? Isn't it wise to avoid a second system affect which Perl 6 seems to be experiencing.
I've been on many different kinds of projects with many kinds of development cycles. I've never seen a spec evolve toward infinity without stop. I have seen specs that were frozen too soon, which is why Perl has always used "slushes" rather than "freezes". The phrase "evolve toward infinity without stop" implies that such a process must be divergent, but you can also evolve toward infinity without stop while also asymptotically approaching a stable value. There are many graphs in analytical geometry, and the typical development curve has many S-curves with stable plateaus where we release intermediate versions. Perl 5 has followed this course, so it's "evolving toward infinity without stop" too. The question is really one of convergence vs divergence, something we think we understand with Perl 6.

As for second system syndrome, that usually bites you when you are working under a deadline. We don't do deadlines; we do convergence.

You can't make systems without making mistakes, and if you avoid making mistakes you will never build a big system!
If you actually look at most of the recent design decisions for Perl 6, you'll discover that most of them are actually to correct earlier mistakes that make it harder to implement. If any new powerful features sneak into the spec, it's generally a result of simplification, not complexification. So in analyzing the current design process, please consider convergence vs divergence, as we do. We want this as much or more than you do, or we wouldn't be working on it so hard.

In reply to Re^15: The current state of Perl 6 by TimToady
in thread The current state of Perl6 by Anonymous Monk

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.