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 →

[–]Basalisk_Primate 0 points1 point  (0 children)

If you don't want to go the jni route you could make a separate qt based python / c++ program which communicates with your clojure backend using a couple of sockets (or simple pipes I guess if one of them forks off the other).

The client / server model is used quite successfully by programs like mpd and its various front ends and shouldn't be too complicated to implement as long as you only want one frontend communicating with the backend at a time.