Some years ago we used to have a central repository for nearly all Perl 6 stuff, which was the pugs svn repository.

It has been split up into several git repositories on github, and new repositories have been created.

If you want to get a feeling for the commit activity in Perl 6 land, I recommend to open an account on github and follow the perl6 organization, the rakudo user and sorear/niecza. Of course that won't give you the activity in the module repos, but it's a good start.

As for the quietness on perl6-language, that's mostly because discussions on that list haven't been very productive of late. It is filled with people who suggest major restructrings of syntax and object model in response to small problems, and who often don't have a feeling for what's there already in Perl 6, and what needs reimplementing. Taking a look at some discussion on p6l I do understand how people arrive at the conclusion that Perl 6 is vaporware -- those actually implementing stuff tend to stay away from p6l.

Thus most discussions about spec changes happens on IRC, which seems to work out much better.


In reply to Re^6: Hockey Sticks by moritz
in thread Hockey Sticks by raiph

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.