Re-reading the article from the perspective of a newcomer, I have to agree with nearly everything you've written. Context is complicated. References are an advanced concept. Learning the Unix Way To Do Things, especially with no Unix experience, will take some time.

I disagree that these all mean the language is too difficult for beginners. It might be easier to learn a language with a small core syntax (like C or Python), but to do useful things you'll also have to get to know libraries and extensions, just so you can do something useful.

You'll never find a language that allows you to Do Useful Things without having to learn a few things here and there.

The same goes for natural language. You can go to the Cairo Bazaar (presuming you don't speak Arabic) and buy some things by pointing and holding up fingers and occasionally flashing the appropriate number of Egyptian Pounds. You'll have a more difficult time getting directions to your hotel if all you can do is point and grunt.

Granted, some people aren't interested in having to learn much. And, granted, there are parts of Perl that frustrate me (the tricks you have to go through to inherit instance data in objects, for one).

The thing that bothers me about articles like this is the idea that there's some terrible, hideous complexity lurking underneath Perl's friendly Do What I Mean facade, and that's somehow inappropriate for programmers. That's simply a matter of education -- especially when dealing with the second great hurdle of Perl, the difference between scalar and list context.


In reply to Re: Re: Perl's warts by chromatic
in thread Perl's warts by grinder

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.