python - clojure working with scipy and numpy -
is there way call python clojure means of doing data science scipy, numpy, scikit-learn, etc.
i know implementations of clojure run on python instead of java, doeesn't work me, need call java libraries in project. know jython, don't know of clean way use clojure.
i want use clojure in projects because prefer language, can't deny python has incredible community, , of beautiful, well-designed libraries around.
instead of trying jython play both clojure , numpy/scipy, can use hy. hosted on python , resembles clojure.
if wanted use numpy/scipy, write backend in python (or hy), run separate service. , if ring instance, or can't live without instaparse, write frontend in clojure.
as aside python has edn libs. interesting project integrate 1 of them in hy, or write 1 scratch.
Comments
Post a Comment