Python vs C++

dieter dieter at handshake.de
Sat Aug 23 01:48:24 EDT 2014


Christian Gollwitzer <auriocus at gmx.de> writes:
> ...
> * Java: I don't see that it is much higher level than C++. It has a
> GC, but that's all, and you can have that in C++, too, if you want. On
> the other hand, you loose the metaprogramming facilities provided by
> C++ templates (needs a guru to make a library, but can be handy and
> easy to use, e.g. everything in Boost). You loose direct memory
> access, gaining what? no idea.

Automatic memory compaction -- which can be quite helpfull with
long running applications (avoiding memory fragmentation).




More information about the Python-list mailing list