OK, fair enough, I was indulging in a bit of hyperbole about Java (and C/C++ - a competent programmer can knock out code very quickly, but I can't). Having had overnight to think about it (I really ought to get a life), the point is better made as:

The sainted Larry designed perl along the lines of a natural language (see 'Perl as natural language' on the wall shrine). Just like a natural language, someone with a limited command of perl can still make themselves understood. Like a child saying 'want biscuit', rather than 'would you mind passing me a biscuit?'.

This makes perl incredibly easy and naturalistic to learn, and much less discouraging than spending weeks writing variants on 'hello world' - you can get on and do something useful (make yourself understood) almost straight away.

As you progress with perl you learn new techniques, tricks, shortcuts etc, just like gradually learning the structure (and slang) of a spoken language.

So non-programmers can learn perl easily as a quick and useful tool, while programmers can write full blown applications using the same language. I don't think thats ever been seen in a programming language before, and that may be a reason for some of the variety in the perl community.

This is a great thing because it makes perl (or something similarly designed) the ideal choice as a language for an ever increasingly computer literate society - you can learn as little or as much as you need.

charles.


In reply to Re^3: "people watching" by Anonymous Monk
in thread "people watching" by Tanktalus

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.