| Store | Cart

Which is easier? Translating from C++ or from Java...

From: Roy Smith <r...@panix.com>
Mon, 28 Mar 2005 21:07:18 -0500
In article <1112043435.991699.11460 at g14g2000cwa.googlegroups.com>,
 "cjl" <cjlesh at gmail.com> wrote:

> Hey all:> > I'm working on a 'pure' python port of some existing software.> > Implementations of what I'm trying to accomplish are available (open> source) in C++ and in Java.> > Which would be easier for me to use as a reference?> > I'm not looking for automated tools, just trying to gather opinions on> which language is easier to understand / rewrite as python.> > -cjl

My guess is you'd be better starting from the Java as a reference.  So much 
of C++ code tends to deal with low-level stuff like memory management and 
pointers.  At least in Java you won't have any of that stuff to wade 
through.

Recent Messages in this Thread
cjl Mar 28, 2005 08:57 pm
Patrick Useldinger Mar 28, 2005 08:59 pm
wood...@gmail.com Mar 28, 2005 09:16 pm
Stefan Seefeld Mar 29, 2005 01:06 am
Patrick Useldinger Mar 29, 2005 04:02 pm
cjl Mar 29, 2005 07:02 pm
Bill Mill Mar 29, 2005 07:34 pm
Patrick Useldinger Mar 29, 2005 07:48 pm
Peter Herndon Mar 29, 2005 09:21 pm
alai...@yahoo.fr Mar 29, 2005 07:49 am
Roy Smith Mar 29, 2005 01:21 pm
Kent Johnson Mar 28, 2005 10:19 pm
Roy Smith Mar 29, 2005 02:07 am
Messages in this thread