Should it tell me something about the quality of undergrad CS? It's not. It is, however, telling me something of the priorities of undergrad CS. (This goes to the OP's question, too.)

The priority is to cater to their clients: the students. And the students usually don't care so much about the language as they do the ability to get a job afterwards. And this means C/C++, Java, and/or VB. If employers change their demands, the universities will definitely change their courses to follow.

There are always some professors in some universities who are more concerned with teaching some purist programming goals than the employability of their students. Or they think that pure CS ideals are employable (and I've had a job where that is true - although they still used primarily C++ in as pure OO fashion as allowed by that language). These professors use Pascal, Python, Turing, or whatever they think is the purest language for teaching the subject matter. Perl doesn't even make the long list here, nevermind the short list, because Perl enforces almost nothing on the programmer, which is definitely not pure CS theory.

Update: Added "usually" to the second paragraph.


In reply to Re^2: Perl Advocacy w.r.t Teaching by Tanktalus
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.