python vs. perl

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Patio87

    python vs. perl

    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?
  • Rene Pijlman

    #2
    Re: python vs. perl

    Patio87:[color=blue]
    >AM I missing out on anything by not knowing perl?[/color]

    Just Perl. Go ahead, give it a try. See you next week in this group :-)

    --
    René Pijlman

    Comment

    • Peter Hansen

      #3
      Re: python vs. perl

      Patio87 wrote:[color=blue]
      >
      > 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?[/color]

      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

      Comment

      • Cameron Laird

        #4
        Re: python vs. perl

        In article <402BFAFA.70A47 6F5@engcorp.com >,
        Peter Hansen <peter@engcorp. com> wrote:[color=blue]
        >Patio87 wrote:[color=green]
        >>
        >> Hi I was wondering which was better for doing stuff like, GUI[/color]
        >programs, and[color=green]
        >> 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,[/color]
        >because I might[color=green]
        >> 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?[/color]
        >
        >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[/color]

        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.
        --

        Cameron Laird <claird@phaseit .net>
        Business: http://www.Phaseit.net

        Comment

        • Robert

          #5
          Re: python vs. perl

          Cameron Laird wrote:[color=blue]
          > In article <402BFAFA.70A47 6F5@engcorp.com >,
          > Peter Hansen <peter@engcorp. com> wrote:
          >[color=green]
          >>Patio87 wrote:
          >>[color=darkred]
          >>> Hi I was wondering which was better for doing stuff like, GUI[/color]
          >>
          >>programs, and
          >>[color=darkred]
          >>>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,[/color]
          >>
          >>because I might
          >>[color=darkred]
          >>>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?[/color]
          >>
          >>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[/color]
          >
          >
          > 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.[/color]
          Very true. That is one reason I am starting to lean toward Python. Is
          Tkinter better than Perl/Tk?

          Comment

          • Cameron Laird

            #6
            Re: python vs. perl

            In article <t7Wdnfnhcaxcqr Hd4p2dnA@adelph ia.com>,
            Robert <bobx@linuxmail .org> wrote:

            Comment

            • Josiah Carlson

              #7
              Re: python vs. perl

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

              That is awesome.

              - Josiah

              Comment

              • Jim Hill

                #8
                Re: python vs. perl

                Josiah Carlson wrote:[color=blue][color=green]
                >> I maintain the official FAQ for Perl/Tk--yet I prefer Tkinter.[/color]
                >
                >That is awesome.[/color]


                Making FAQ number one "Hey, what's up with that?" <#include smiley.h>


                Jim
                --

                Longhaired freaky people need not apply.

                Comment

                • Chris Herborth

                  #9
                  Re: python vs. perl

                  Patio87 wrote:
                  [color=blue]
                  > 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?[/color]

                  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. ;-)

                  --
                  Chris Herborth chrish@cryptoca rd.com
                  Documentation Overlord, CRYPTOCard Corp. http://www.cryptocard.com/
                  Never send a monster to do the work of an evil scientist.

                  Comment

                  Working...