Also, the more modules are in the core, the easier it is for people to use Perl.
The more modules in the core means that maintainance is harder, as part of the resources will need to go to maintaining the modules. Which means that bugs will take longer to fix - resources are limited. Which will make Perl actually harder to sell, and less easy to use. ;-)

But there is NOTHING at all that prevents YOU (or anyone else) to create a Perl6 distribution that include fifty thousand modules. In fact, there's nothing that prevents YOU from creating a Perl5 distribution that includes fifty thousand modules. (Except perhaps finding fifty thousand modules). If you think it's important to have a distribution that includes many modules, then go ahead and MAKE ONE.

I'm amazed how many people say we need larger distributions, but no one things it's important enough to make such a distribution him/herself. The "we should make" always means "someone else should make".


In reply to Re^3: Modules in core perl5 and perl6 by Anonymous Monk
in thread Modules in core perl5 and perl6 by ghenry

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.