Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I'm going to assume that academic formation is another way of saying "teaching students how to program".

I think that Perl is both very poorly and very excellently suited to being a teaching language.

It is a very poor first language because

  • It is weakly typed
  • It allows for runtime modification of processing environment
  • It allows you to do anything, (optionally) enforcing nothing

First languages should really be something like Pascal, which is a very strict B&D (bondage and discipline) language. One needs to learn the fundamentals of structure before one can play. (I am a firm believer in a formalized guild system.)

It is an excellent second language for pretty much every reason I mentioned above, and then some. Once someone has learned why one should not do X or Y, then it is time to learn when one must do those things. Perl is an playground par excellence.

That said, it is all about the teacher and the syllabus. If one has a good teacher and a strong syllabus, you could teach programming in PDP-11 ASM and turn out excellent developers. On the flip side, one could take a language designed for teaching (Pascal) and make a mess of things with a poor teacher and weak syllabus. *shrugs*

Remember - if you type for more than 20-40% of your time, you're typing too much.

------
We are the carpenters and bricklayers of the Information Age.

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.


In reply to Re: Academic Formation by dragonchild
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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-03-28 15:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found