I'm not sure if the downfall of grasping the fundamentals is having AP computer science courses (which allow students to actually skip the intro to CS in college) in high schools today or if it is just a failure on the part of the schools finding qualified teachers to teach this type of subject to the students with the right curriculum. The main problem seems to be is that the teachers are not teaching the fundamentals or teaching them correctly of the languages to the students. It could be for several reasons: In these cases, it's almost not worth having the actual course taught to H.S. students - if what they learn is incorrect or outdated. Not having the basics down is a major downfall to many who try to learn a programming language. Often times, they do not realize that the basics or fundamentals are missing or highly misunderstood until they try to produce an actual program - in which they have severe problems with. So, I guess my thoughts are if they have a program at this level(h.s. and below)..perl, c/c++, or java should not even be taught until they(school administration) have a firm grasp as to what the students are going to be achieving from taking the class, as well as understanding that their course is substituting the intro to cs courses (if the ap tests are passed).

Other than that, I think it'd be a great idea to add perl to the languages being taught in schools.

In reply to Re: (Vortacist) Re: Re: Perl in school by LD2
in thread Perl in school by dusk

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.