I remember a speech by Adele Goldberg on a conference about History Of Programming Language; it was about successful experiments to teach Smalltalk to pre-highschool children. You can find about this here: http://gagne.homedns.org/~tgagne/contrib/EarlyHistoryST.html#smalltalkAndChildren.

Most responses to your question say: As soon as there is interest. This is certainly (I would almost say: trivially) true, but it applies to the rare cases where a certain bright child starts showing interest, and you are teaching him or her individually. The question of age becomes more serious when you want to offer a teaching for a class of students, i.e., at which age can you expect that a sufficient percentage of children is able to grasp abstractions - assuming here that the necessity of doing some abstract thinking is the biggest stumbling point, even for adults. I still remember when, at the age of 16, our class was the first time exposed to programming. It was an optional subject, and nearly the whole class showed interest and attened. But after a few months, only about 10% were left - it was too difficult for the rest. Nowadays teaching has improved, so I guess the percentage would be much higher now, though.

IMO it makes sense looking where we request abstract thinking in other areas. This can be mathematics, as soon as it leaves pure calculation and introduces concepts such as functions or group theory, and languages as soon as it starts to cover grammatical concepts. For the average student, I guess this means they should be at least 10-12 years, though some very gifted ones might be able to master it earlier.

-- 
Ronald Fischer <ynnor@mm.st>

In reply to Re: Best age to start learning perl by rovf
in thread Best age to start learning perl by Swineflu

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.