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

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -