http://www.perlmonks.org?node_id=25710


in reply to Perl and Python

If I were designing a CS curriculum, I would really concentrate on things such as data types/memory, things that perl really doesn't address, in the freshman year. I think that subsequent years are really the place for things such as perl, when you are more into the algorithmic side and such. Yes, these ARE the pitfalls that many freshmen computer science students fall into, but isn't it better to train them to be well disciplined programs with a strong knowledge of what is going on inside the computer from the start, than to listen to them whine about having to do it later? I can certainly see very strong arguments for teaching freshman programming in perl, for one thing, retention would probably be MUCH higher, and you wouldn't lose the students (mentally). I suppose that it is a VERY good idea in those respects. I have just made a circular argument. I suppose that either way, you are really good to go, but I think that my personal approach to it would be something a bit less abstract in nature. Not that I don't like perl guys.

Just Another Perl Hacker

Replies are listed 'Best First'.
RE: Freshman Programming
by larsen (Parson) on Aug 02, 2000 at 16:45 UTC
    I didn't said I'd use Perl in a freshmen class. I said I'd use Python. In my opinion, having a language (like Python) that provides linguistic constructs to use high-level data structures helps students to learn how to solve a problem, rather than learn how to write a solution. To do this, there'll be a lot of time.

    Larsen

    p.s. I realized using English to express my ideas is a huge effort. I always see a gap between what I think and what I write :( Please be patience (and a bit imaginative).