in reply to Re: Can Perl be more than a hobby language?
in thread Can Perl be more than a hobby language?

Yes, I agree. If you will start C/C++ learning, other languages will be relatively easy :).

My additions - detail knowledge of languages is not enough, imho:

(X)HTML, JavaScript, CSS, if you want to do something related with web.
SQL and related languages, if you want to do something with databases.
XML family, if you want to do something with XML.

  • Comment on Re^2: Can Perl be more than a hobby language?

Replies are listed 'Best First'.
Re^3: Can Perl be more than a hobby language?
by Jenda (Abbot) on Nov 15, 2006 at 23:51 UTC

    Not sure what do you mean by "relatively" but teaching Prolog or a functional language to someone who's only seen C/C++ is, sometimes very, hard. I remember all those seasoned coders (or rather walking C code generators) unable to grok that a program doesn't have to be a list of instructions to follow, but might very well be just a detailed list of relations between the ... erm ... two or more things. Since Prolog predicates work both ways, you do not have input and output parameters. Prolog predicates define the relation between some X and Y so if you specify X, you get Y and if you specify Y you get X. So ... do you want to split a list in two or merge two lists to one ...

    Just like learning French and Spanish will help fairly little in later learning Czech or Russian and even much less in learning Japanese, learning one or 1.5 languages will not necessarily help much with languages that are really different.

      Yes, I did not described it exactly. I'v mentioned procedural languages.

      Good programmer can write fortran program in any language :>))