View Single Post
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#44
Originally Posted by Fuzzillogic View Post
I've marveled at how pleasant QML/QtQuick is compared to web tech - even though QML is a javascript-derived language.
Yeah, there's no comparison between the elegance of QML and the clumsiness of web tech. QML, however, is not JavaScript derived, but QtQuick merely features a pretty fast JavaScript engine.

JavaScript, OTOH, shouldn't be put aside as the web's toy language it once was.
It came a long way, got highly optimized JavaScript engines, and excels as an object-based functional language with lambda expressions, closures (a very powerful concept), and prototypical inheritance. And it is THE language that powers the web 2.0.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 

The Following 4 Users Say Thank You to pycage For This Useful Post: