in reply to Perl Advocacy w.r.t Teaching
As for Perl used to learn programming with - I don't think it's a suitable language. One doesn't use supercars or trucks to learn driving with - nor does one learn flying in an F16.
Perl is a rich language. It has many operators, functions and syntax constructs. And while that's good for many programmers, it distracts when teaching programming.
Look at the Wolf book (Mastering Algorithms with Perl). It suffers from the same problem. It tries to teach algorithms, but instead of focussing on the algorithms, time and time again, it takes detours to explain syntax, or to show a neat trick.
I've taught students how to program. I've taught Perl as well. I wouldn't dream of using Perl to learn people to program. Pascal, Java, Python, Modula, Haskell, all languages suitable as a first language. But not Perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Advocacy w.r.t Teaching
by hardburn (Abbot) on Feb 10, 2005 at 14:21 UTC |