Re: PYTHON WORKING WITH PERL ??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • D'Arcy J.M. Cain

    Re: PYTHON WORKING WITH PERL ??

    On Mon, 29 Sep 2008 13:16:14 -0400
    "Blubaugh, David A." <dblubaugh@belc an.comwrote:
    I was wondering if it was possible to have a situation where a
    programming project would utilized BOTH python and perl? Such as
    utilizing python for internet programming and then utilize perl for text
    processing and systems programming? Is this even feasible???
    I don't see why not but I also question if it is a good idea. Once you
    have all your objects and low level methods written in Python it just
    makes sense to re-use them rather than trying to duplicate the
    functionality in another language.

    Of course, sometimes we don't have control over our entire environment
    so yes, you can mix them if you have to.

    --
    D'Arcy J.M. Cain <darcy@druid.ne t | Democracy is three wolves
    http://www.druid.net/darcy/ | and a sheep voting on
    +1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner.
Working...