Well, I am probably joing this discussion far too late (blame in on somewhat more important things, like our DHCP server getting upset). I have a few points to add, as someone who has been programming for over 25 years - and starting with good old Fortran IV - on punched cards, no less.

Any programming languange can be a suitable language for a person to learn programming on. The actual syntax and usage of a language is not what is important, but how to translate real world problems into a structured set of "rules" that accurately reflect the business problems, and how to design, build and test software that does the required job, is reliable, maintainable and so forth.

Be that as it may, Perl is a good introductory programming language, in that it is easy for new programmers to get something working quickly, and early in their learning cycle. Sure, there are many powerful capabilities with Perl, but all that can come later.

The important thing for programmers to understand very early on is the importance of good design, structured code, variable scope, etc, etc.

Two thoughts that I believe are relevent here:

  1. Fortran programmers can write fortran programs in any language.
  2. (and in response to Merlyn's Perl is intuitive) The only intuitive interface is a nipple.
Maclir

In reply to Re: Perl is a black diamond language? by Maclir
in thread Perl is a black diamond language? by amelinda

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.