This is a static archive of wezm@decentralised.social
https://mastodon.decentralised.social/@wezm is now my primary account
Technical vision for Qt 6. Re: QML
Introduce strong typing. Weak typing makes it hard for our users to apply large changes to their codebases. [..] Also, we will be able to generate much better-performing code and reduce overhead.
And
Make JavaScript an optional feature of QML. Having a full JavaScript engine when using QML can complicate things and is an overhead…
Nice