We use Ada as a first language at the University I attend. I think it is a great first language. Perl should be included in university studies, but like most I would agree that it is not a good first language. I would, however, like to see it included in any systems administration course or the like. There is a scripting languages course here that dedicates half the semester to Perl basics. I think further elaboration and exposure to Perl in a university setting would be a great thing, but not to introduce someone unfamiliar with a programming language to programming techniques, algorithms and basic concepts. In my opinion, the first academic language used should be strongly typed, with optional oop, very structured programming that would limit creativity to stray away from the historical concepts at hand. A language that would stay out of the way of the student and allow for the logic of their first several dozen programs to read like a book.

In reply to Re: Academic Formation by coder_
in thread Teaching Perl inside an Academic Course by Mago

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.