On Thu, Oct 10, 2002 at 01:49:06AM +0200, Martin Stricker wrote: > My biggest aversion against Python is that it allows only > object-oriented programming.
This is completely false. I program in python procedurally all the time (just as I would in perl). Python doesn't force OOP down your throat like Java does (for instance) it just encourages it. > IMHO Perl is more powerful and more versatile than Python, thus I prefer > Perl. I don't know, they have roughly the same "power" to me. The only reason I use perl more is that I've been programming in it for the last 10 years or so and python only for the last 2 or so. -Scott -- Jonathan Scott Duff [EMAIL PROTECTED]
