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.


In reply to Re^3: Can Perl be more than a hobby language? by Jenda
in thread Can Perl be more than a hobby language? by Alien

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.