Perl people tend to develop a stronger attachement to Perl than others to their language of choice

This is an extremely dangerous thing. At first it appears great for Perl - more people attached to it, more people using it, more publicity, great. However, this leads to programmers who have only one tool and get tunnel vision. They lose objectivity and innovation is greatly reduced. You end up with people trying to do silly things that were never meant for Perl. Perl is adapted to try and make these things semi-possible, and it loses its strengths and becomes so overly broad that it is surpassed in almost every area. People keep using it only because they sort of still know how to use and it is (barely) okay for the job, but there are many better alternatives.

I should note this is not the current situation, just a future scenario based on the current path. Hopefully a major change, such as Parrot and Perl 6 will take us down a different direction. I firmly believe better integration with other languages is the solution to this problem.

No community can ever be healthy if it doesn't continuously question itself - and that's something every community fails to do sufficiently

Well said, and as one may guess from my previous post, I don't think that the Perl community is very open to constructive criticism. It seems to deal with it in a "Flame. That's not the Perl way. Ignore" type attitude. As always, there are exceptions (such as yourself judging from your reply) but those exceptions aren't an accurate representation of the masses.

I think CPAN is also an important part of the equation, it does lead to many mostly non-programmers being able to throw together solutions. This has its good and bad points. The good being greater access to programming, which helps improve a huge number of important skills. The bad being that if you're just throwing together solutions, you don't really learn that much and you risk doing something stupid. It does provide a decent gateway to programming though.


In reply to Re: Re^5: GoodBye :-) by Anonymous Monk
in thread GoodBye :-) by mt2k

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.