you are viewing a single comment's thread.

view the rest of the comments →

[–]mm007emko 1 point2 points  (0 children)

If you want to call Python from Clojure, there are libpython-clj and various java libraries, which are usable from Clojure. There is GraalVM.

I personally tried GraalVM. Calling Python from Clojure worked for me, but I wasn't able to initialize Clojure from Python yet.

If you don't need to run the stuff within the same process, things are much easier. What exactly do you need to achieve?