For students starting to learn rapid positive feedback is very helpful. This is why Logo and StarLogo are such good langauges for young (elementary school) children. Perl is a good choice because you don't have to set up all that much to get something useful out of it. Kudos to hsweet for thinking of it and having the courage to run with it.

Java is probably a really bad choice for kids, because even very trivial Java programs need a lot of stuff set up. Fortran and C are intermediate on this measure. Note that this is not a criticism of Java as a development language for computer professionals.

There are a few other instant feedback languages. Forth and APL are both cute, but probably too hard. Mind you, Forth is probably a good introduction to computer internals. In some respects it's a readable assembler! Basic is also a good choice, although GW-basic was better for this than Visual Basic. The problem with Basic is that it's too hard to take it further. Good programming practice in Basic is not very extensible, whereas good programming practice in Perl will carry kids a very long way.

There's at least some case to be made for exposing kids to several languages. This shows them that there is really more than one way to do it. Balancing education against total confusion I leave to more skilled teachers than I.

-- Anthony Staines

P.S. I learnt to program using MS-Basic on Dos 2.1, Dbase II on CP/M and PL-1 on IBM mainframes in that order :->
I don't necessarily recommend this, but it might make a fun poll.


In reply to Re: Perl High School by astaines
in thread Perl High School by hsweet

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.