python vs. perl

P

Patio87

Hi I was wondering which was better for doing stuff like, GUI programs, and
gaming, and maybe even network stuff for games? I know python and am learning
c++, but because of ease of use I want to know which is better, because I might
want to drop python and go to perl. Unless Im swayed to stay with
python......AM I missing out on anything by not knowing perl?
 
P

Peter Hansen

Patio87 said:
Hi I was wondering which was better for doing stuff like, GUI programs, and
gaming, and maybe even network stuff for games? I know python and am learning
c++, but because of ease of use I want to know which is better, because I might
want to drop python and go to perl. Unless Im swayed to stay with
python......AM I missing out on anything by not knowing perl?

Use Google to find what must be dozens of comparisons that have already been
written on this topic. Try keyword combinations like "python perl comparison"
and you'll get more opinions than you're likely to want to read.

-Peter
 
C

Cameron Laird

Use Google to find what must be dozens of comparisons that have already been
written on this topic. Try keyword combinations like "python perl comparison"
and you'll get more opinions than you're likely to want to read.

-Peter

While both Perl and Python are indeed roughly comparable in many
ways, and both have active, even vibrant, developer communities,
it's particularly difficult to argue that Perl has significant
advantages in GUI construction or game scripting; those are two
notable domains where Python's lead is clear.
 
R

Robert

Cameron said:
While both Perl and Python are indeed roughly comparable in many
ways, and both have active, even vibrant, developer communities,
it's particularly difficult to argue that Perl has significant
advantages in GUI construction or game scripting; those are two
notable domains where Python's lead is clear.
Very true. That is one reason I am starting to lean toward Python. Is
Tkinter better than Perl/Tk?
 
C

Cameron Laird

.
.
.
Very true. That is one reason I am starting to lean toward Python. Is
Tkinter better than Perl/Tk?

Yikes! That's surprisingly hard to judge conclusively. Perl/Tk
is definitely faster. Tkinter is definitely more portable. Each
has several more subtle advantages.

I maintain the official FAQ for Perl/Tk--yet I prefer Tkinter.
 
J

Josiah Carlson

I maintain the official FAQ for Perl/Tk--yet I prefer Tkinter.

That is awesome.

- Josiah
 
C

Chris Herborth

Patio87 said:
Hi I was wondering which was better for doing stuff like, GUI programs, and
gaming, and maybe even network stuff for games? I know python and am learning
c++, but because of ease of use I want to know which is better, because I might
want to drop python and go to perl. Unless Im swayed to stay with
python......AM I missing out on anything by not knowing perl?

Personally, I prefer Python, C#, and C++ (in that order, usually; depends on
what I'm doing, what platforms I want to support, etc.) for programming. I
find Perl hard to read, despite several attempts to dig into the language.

What I _have_ been using Perl for over the last, oh, 7+ years, is complex
search and replace... it makes a fantastic sed replacement.

Over the last 9 years, I've been working mostly in SGML and XML, and having
a killer search/replace tool really makes life easier for tweaking things in
documents.

The SGML and XML processing tools have always been written in Python though.

Right too for the job, YMMV, etc. ;-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,183
Messages
2,570,965
Members
47,513
Latest member
JeremyLabo

Latest Threads

Top