Linked by Thom Holwerda on Tue 8th May 2012 11:56 UTC, submitted by nej_simon
Thread beginning with comment 517355
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: It all comes down to price
by zima on Tue 8th May 2012 21:09
in reply to "RE[3]: It all comes down to price"
That's why Qt won't be replaced by JavaScript
That's a bit of a misnomer, since (essentially...) JavaScript can and is used in tandem with Qt, even (especially?) in mobile setting:
http://qt.nokia.com/qtquick/
http://en.wikipedia.org/wiki/Qt_Quick
http://en.wikipedia.org/wiki/QML
(and it's of course stillborn, with Nokia going Windows Phone; but the fabled Meltemi should have it)
PS. Hm, it seems you added "pure" in between me clicking reply, and finally getting down to finishing my comment
Edited 2012-05-08 21:11 UTC
RE[5]: It all comes down to price
by shmerl on Tue 8th May 2012 21:12
in reply to "RE[4]: It all comes down to price"
To be precise, QML is derived from JavaScript. But we are talking in general. Qt easily allows combining interpretive QML UI with native code backend. So the advised way is it to implement (potentially performance hungry) logic in C++, while the UI in declarative QML.
It's not stillborn though, since Qt has several serious participants (including KDE), and Nokia intends to use it heavily for their lower end devices, which are not polluted by MS yet.
Edited 2012-05-08 21:14 UTC
RE[4]: It all comes down to price
by zima on Tue 8th May 2012 21:11
in reply to "RE[3]: It all comes down to price"




Member since:
2010-06-08
That's why Qt won't be replaced by pure JavaScript, and Samsung proposes using EFL with Tizen as well.
Edited 2012-05-08 19:50 UTC