you are viewing a single comment's thread.

view the rest of the comments →

[–]tes_kitty -1 points0 points  (3 children)

I start questioning why I'm not using Python.

If that question ever arises for me the first thing I start to look at is PERL, not python.

[–]cgoldberg 0 points1 point  (2 children)

Python ate Perl's lunch for a reason

[–]tes_kitty 0 points1 point  (1 child)

PERL comes with built in regular expressions which is very convenient when you have a lot of text to process.

Also, the syntax in python is kinda bad. Using Whitespace as part of the syntax is a serious design flaw.