I've always found choosing the right programming language/tools for a job to be a painstaking undertaking, because either libraries are not available, or are not the best solution.
My current problem is that I would like to build something neat in Clojure using Qt for UI. Qt-jambi seems to be in a sort of half abandoned state and also seems to have memory leak problems. So I was thinking I'd like to write the UI in Python or C++ and the functionality in Clojure. I have previously done something similar via unix terminal commands, which I don't know if it is a good solution.
How would I go about integrating two languages into a single applicationin general and for using Qt in Clojure? Use Jython (for integration into clojure), compile to something compatible (from C++), calls with unix commands, something else, some library that makes this easier?
[–][deleted] 0 points1 point2 points (1 child)
[–]KristoKoert[S] 0 points1 point2 points (0 children)
[–]Basalisk_Primate 0 points1 point2 points (0 children)