there are a nice binding of script system for Qt, which uses javascript. With metaobjects built in qt it gives a big power for a programmer.
I'm rewriting game from another libraries with using Qt. Now I want to replace python script system with something faster. I dunno whether built-in Qt scripts are quite fast for my purposes? Or QLua would be better choise for my case?
Any numbers/statistic is appreciated, thanks.