Is there an advantage to use C++/Qt instead RubyQt or PyQt?
General and Desktop
2
Posts
2
Posters
2.1k
Views
1
Watching
-
Most probably, both Python and Ruby bindings are lagging behind the C++ code. You also - of course - have the additional overhead of using Python/ Ruby interpreters, so it will use more memory and CPU time to do the same tasks.
Qt Creator does not have any Ruby support, and support for Python is extremely limited (pretty much only code higlightning works).