> But, in 2026, writing a greenfield application in a memory-unsafe language like C++ is a crime. I disagree, the GUI layer is far from behind a safety critical component, and C++ is a battle-tested choice for everything from GUI, videos games, to industrial applications. If C++ is safe enough to control airplanes and nuclear reactors when used well, it is certainly safe enough for something as trivial a GUI. The art…
Yet we cannot consider Qt to be native app development since every app requires the Qt runtime. Native means system libraries only.
Since when? To me, anything not webview-based is native, though you have varying degrees of integration into the platform.