[Development] HEADS-UP: QStringLiteral

Ville Voutilainen ville.voutilainen at gmail.com
Thu Aug 22 23:53:39 CEST 2019


On Thu, 22 Aug 2019 at 02:58, Konstantin Tokarev <annulen at yandex.ru> wrote:

> If you don't need performance, don't use C++. For example, consider Qt for Python.

I can't do that. Python doesn't have static typing, value semantics,
and automatic scope cleanup.
And python's performance is horrible, so if I managed to not care
about performance when
programming in C++, I will start caring about it the instant I switch to Python.

(The point here is that C++ is not about sacrificing all else at the
altar of performance,
and never has been, and never will be.)



More information about the Development mailing list