First, running Perl on Windows is a PITA. Just to compile a module with a XS component is a major hassle. Everything works so much better on Linux, so your first priority should be to get the school to switch to Linux ( or a variant). That way you get free, easy to use C and C++ compilers, then Perl just naturally falls into place.

As far as Perl being taught as a first language, the concensus amoung the "professionals" is it is not good, because it uses alot of "shortcuts" to make things easy; and a beginner will assume that those are standard methods in programming.

I, on the other hand, am a 'big-picture person'. I like to get results, then if needed, delve into the details. So I say Perl is the IDEAL first language, because the student will get "immediate gratification" that he/she can do something useful with a program, besides adding 2 + 2. Within a few months, a students can be connecting to email servers, writing Tk gui's, and all the other cool stuff they want to do.

Then, when they start asking about "speed", you introduce them to C. Then they are off to a good start, because you gave them a language Perl, which they can take with them the rest of their lives to write simple useful scripts. Plus Perl closely parallels C, with it's inner workings, as far as system innards are concerned, so they get an "easy to use" head start into systems programming.

So "linux, Perl,C" is the way to create a generation of students to compete with the people in India. Otherwise, the US is going to fall behind the rest of the world, who are dumping Windows as fast as they can, and moving forward on solid ground with Unix variants.

Anyone can install and use Windows at home if they want, but it is a dirt poor system to train programmers on. On the other hand, MSWindows makes it easy to spy on people, so maybe the government and schools have a "secret agenda" in pushing it.


I'm not really a human, but I play one on earth. flash japh

In reply to Re: Perl Advocacy w.r.t Teaching by zentara
in thread Perl Advocacy w.r.t Teaching by moot

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.