PYTHON WORKING WITH PERL ??

D'Arcy J.M. Cain darcy at druid.net
Mon Sep 29 13:31:53 EDT 2008


On Mon, 29 Sep 2008 13:16:14 -0400
"Blubaugh, David A." <dblubaugh at belcan.com> wrote:
> 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 at druid.net>         |  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.



More information about the Python-list mailing list