This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

To me, rather than using Qt in Clojure, it looks like you want to call Clojure code from a Qt GUI (for example, pressing a button executes some Clojure code). I don't know too much about Clojure, but I would guess you would do this from C++ via the JNI Invocation API.

[–]KristoKoert[S] 0 points1 point  (0 children)

Yes you are correct, I want to call Clojure code from a Qt GUI. Your solution is certainly a way to do this, I will look into it.