PYTHON WORKING WITH PERL ??

Blubaugh, David A. dblubaugh at belcan.com
Mon Sep 29 15:44:10 EDT 2008


Sir,


You are absolutely correct.  I was praying to G_d I did not have to
slaughter my project's source code in this manner.  However, like life
itself, I was given legacy source code (i.e. someone else errors to fix)
in Perl.  However, I have just found out that there is a way to import
the Perl interpreter within Python!!!  I now believe I can utilize
python as the main platform to develop the project upon !!  


Thanks,

David


 

-----Original Message-----
From: D'Arcy J.M. Cain [mailto:darcy at druid.net] 
Sent: Monday, September 29, 2008 1:32 PM
To: Blubaugh, David A.
Cc: python-list at python.org
Subject: Re: PYTHON WORKING WITH PERL ??

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.

This e-mail transmission contains information that is confidential and may be 
privileged. It is intended only for the addressee(s) named above. If you receive 
this e-mail in error, please do not read, copy or disseminate it in any manner. 
If you are not the intended recipient, any disclosure, copying, distribution or 
use of the contents of this information is prohibited. Please reply to the 
message immediately by informing the sender that the message was misdirected. 
After replying, please erase it from your computer system. Your assistance in 
correcting this error is appreciated.




More information about the Python-list mailing list