pro python paper

beliavsky@aol.com beliavsky at 127.0.0.1
Tue Aug 10 12:24:57 EDT 2004


Heiko Wundram <heikowu at ceosg.de> wrote:

>You won't call C++ or Fortran 95 high-level languages, will you? ;) For
me, 
>the border between low-level programming and high-level programming lies

>where memory management becomes automatic.

It depends on the area. The Python LANGUAGE does not have multdimensional
arrays with slices and intrinsic functions, but Fortran 90/95 does and can
be considered a higher-level language for numerical work. Of course, the
Numeric and Numarray Python modules do provide this functionality. 

There is a question of whether one should include common libraries when comparing
the functionality of various languages.

Allocatable arrays in Fortran 95 are automatically deallocated when they
go out of scope, so memory management is mostly automatic.



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---



More information about the Python-list mailing list