logoalt Hacker News

grougnaxyesterday at 5:11 PM2 repliesview on HN

No, not nice. It should use TypeScript or Rust. C++/QML is unsafe.


Replies

array_key_firstyesterday at 10:35 PM

TypeScript is way, way too slow to use for desktop applications. People try and, surprise surprise, those applications are slow as shit.

Qt has a C++ backend, so C++ is used. Qt is relatively safe and well designed.

rubymamisyesterday at 5:25 PM

TypeScript transpile to Javascript - do you really want your operating system's shell written in slow ass Javascript? Modern C++ with hardening rules for the compiler[1] is pretty safe.

[1] https://best.openssf.org/Compiler-Hardening-Guides/Compiler-...