(Untitled)

Sep 29, 2006 17:42


This is why Perl is not my favourite programming language. Also, this.

software

Leave a comment

Comments 2

gfish September 30 2006, 01:04:08 UTC
Yeah, the inability to have a hash-of-hashes instead of a hash-of-hashrefs is silly. (Same for arrays.) That said, the only thing I really dislike about perl is the willful lack of formatting style endemic in the culture. Since that doesn't force me to write linenoise-ugly code, it isn't a huge drawback.

Reply

roadriverrail October 2 2006, 00:15:45 UTC
I grew to really despise Perl the moment that I tried to get intimate with its typing system. They really, in the early days, tried to make it transparent by having everything "scalarize" to different stuff, but they needed references which ended up coming later, and then they couldn't "scalarize" the hashes and arrays down references, which is what they should have been "scalarizing" to all along.

Between that and the "eighteen different ways to do one small thing" problem it has, I would rather write anything in any other language.

Reply


Leave a comment

Up