in reply to Perl with other languages

What on earth is a "true programmer"? Someone who programs using the one true language using the one true methodology on the one true OS? There ain't no such animal!

It is true that you are likely to learn a greater range of techniques by using a range of languages, but there are people who can write FORTRAN in any language. That doesn't make them more or less programmers, but it may make them more or less good.

One thing that you do learn from using different languages (if you are paying attention anyway) is that they have different strengths and weaknesses and that there is no one language that you would wish to use for all tasks.

In like fashion to languages, different programmers have different strengths and weaknesses and are suited for different tasks. I've programmed in a bunch of different languages (see my home node) and I know that the more languages you have dabbled in the easier it is to pick up another (same's true for natural languages BTW). So get out there and learn as many languages as you can, can't be anything but good for you.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: Perl with other languages
by sub_chick (Hermit) on Dec 13, 2005 at 14:16 UTC
    One thing that you do learn from using different languages (if you are paying attention anyway) is that they have different strengths and weaknesses and that there is no one language that you would wish to use for all tasks.

    And this is the same view that I have about knowing one or possibly multiple languages. Each have their own style that fit better with specific tasks. If anything I believe that your fluency of one or more languages classifies you as a programmer. Finding new or "cool" uses for a particular language. I think it all rests on skill and usability soley on the person's end.

    "Es gibt mehr zu Leben als Bücher, kennen Sie. Aber nicht viel mehr " -(Der Smiths)
Re^2: Perl with other languages
by sub_chick (Hermit) on Dec 14, 2005 at 06:27 UTC
    I did check out your home node and I noticed that you mostly code in C++ and I was looking into learning that language next though that is further down the line for me. I hope to learn as many programming languages as possible and have perl as my 'base' language.

    "Es gibt mehr zu Leben als Bücher, kennen Sie. Aber nicht viel mehr " -(Der Smiths)