American Heritage Dictionary says a programmer is "One who programs, especially: (a) Computer Science. One who writes computer programs."

Word Net (Princeton) says A programmer is: "a person who designs and writes and tests computer programs."

"...Someone who writes or debugs computer programs, for a living or for fun. "Analyst/developer" is a common equivalent job title, implying the added role of system analysis. The term may be qualified according to the type of software - "application programmer", "system programmer", etc. (The Free Online Dictionary of Computing)"

What I take from all that is that the term "programmer" applies rather liberally to anyone who creates computer code. It doesn't distinguish between amatures, professionals, proficient or novice. It doesn't distinguish between specialists or those with a broad but shallow knowlege level. It doesn't care whether the person owning the term has one tool in his belt, or a slew of different tools.

Knowing and using Perl to create programs makes a person a programmer, in that the person using Perl is programming.

Now, if I understand your final question, you're asking if there are individuals here who are proficient in several programming languages. That question seems as easily answered as asking a group of residents in Los Angeles if any among them are bi-lingual. Or asking a group of motorcycle riders if any of them also know how to drive cars. The answer should be fairly obvious; yes, of course there are some people here who have learned to wield more than one tool.

Which ones? What brand cars do people here drive? Does it matter? There are thousands of people who frequent the Monastery. Surely you'll find almost every computer programming language to be known by at least one PerlMonk.


Dave


In reply to Re: Perl with other languages by davido
in thread Perl with other languages by sub_chick

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.