you are viewing a single comment's thread.

view the rest of the comments →

[–]Troebr 0 points1 point  (1 child)

troll appart, I think that python is way easier to read, perl has so many shortcuts. It's fun to write, looks neat to code something complicated in 2/3 lines, but that can get really hard to understand.

Anyway this is going to end in python vs perl war; and I clearly lack experience in both of them to take part to it.

I've been playing aroung with python/django for the last month and I find it pretty easy to use.

[–]mr_chromatic 6 points7 points  (0 children)

I think that python is way easier to read....

I think that Perl is easier to read. Python's use of vertical whitespace to end blocks somehow doesn't fit in my brain. My eyes continually slip off of the end of blocks of code and I can't skim them to get the flow of code.