[OT] fortran lib which provide python like data type

Gregory Ewing greg.ewing at canterbury.ac.nz
Fri Jan 30 17:51:16 EST 2015


Michael Torrie wrote:
> On 01/30/2015 10:31 AM, Rustom Mody wrote:
> 
>>And what about the grey area between lightweight and heavyweight?
> 
> That's what the smart pointers are for.

I'd say it's what higher-level languages are for. :-)

I'm completely convinced nowadays that there is
*no* use case for C++. If you need to program the
bare metal, use C. For anything more complicated,
use a language that has proper memory-management
abstractions built in.

-- 
Greg



More information about the Python-list mailing list