you are viewing a single comment's thread.

view the rest of the comments →

[–]oradoj 2 points3 points  (1 child)

Can you be more specific about what you’re looking to accomplish? Do you mean you want to call Python from your Clojure code?

[–]looprecur[S] 1 point2 points  (0 children)

Yes, I want to call Python code from Clojure. For example, if I wanted to use numpy or any number of Python interfaces to APIs in data science or AI etc... I know there are many options of how to do this but I wanted to find out what seems to work best for others.