in reply to Re: Perl vs. Python: Looking at the Code
in thread Perl vs. Python: Looking at the Code

Is a language that encourages cute ways to state bad algorithms better or worse?

The syntax is pretty. But in some ways it is nicer that Perl encourages you to think about whether there is a more scalable way to do it. (Use a hash!) And if you want the idiom, it is easy enough to create in Perl.

  • Comment on Re: Re: Perl vs. Python: Looking at the Code