Python-like compiled language

Curtis Jensen cjensen at bioeng.ucsd.edu
Tue Dec 12 18:19:36 EST 2000


Erno Kuusela wrote:
> 
> In article <3A35835B.AAA92005 at bioeng.ucsd.edu>, Curtis Jensen
> <cjensen at bioeng.ucsd.edu> writes:
> 
> | The closest compiled languege to Python is probaby C/C++.
> 
> huh? those are about a million times lower level than python,
> with manual memory management and pointers and all...
> c++ is also about a million times more complex and pretty ugly
> with all the backwards-compatibility baggage.
> 
>   -- erno

Yes, C/C++ are much lower level.  Though the question was "what is the
most Python-like compiled language?"  If you don't agree with C/C++ then
what is closer.  I thought about including Java.  However, Java realy
isn't realy what I'd call compiled.  It was made to be platform
independant, and binaries for java aren't realy distributed (other than
for wintel and sometimes linux).  Also, Java is pretty slow, and the
questioner was looking for speed.  Also, syntacticly, C may be more like
Python, but it may be too low-level.  C++ has some nicer memory
managment and output routines.  So I decided on C/C++ as the closest.

There are a few posts disagreeing.  However, none of them posted an
alternative.  C/C++ is the closest I could think of without going into
some obscure languages, like some of the scientific calculator
languages, or Oberon, or ML.

If C/C++ isn't the closest, then what is?

-- 
Curtis Jensen
cjensen at bioeng.ucsd.edu
http://www-bioeng.ucsd.edu/~cjensen/
FAX (425) 740-1451



More information about the Python-list mailing list