Hacker News new | ask | show | jobs
by kot-behemoth 1347 days ago
It’s also worth noting that Clojure has libpython-clj (https://github.com/clj-python/libpython-clj) which offers an interface with Python from another lisp. Here are some advanced ML and dataviz examples using that lib: https://github.com/gigasquid/libpython-clj-examples.
1 comments

I like libpython-clj. I used it in my Clojure AI book that you can read for free https://markwatson.com/books/clojureai-site/ (or buy a copy https://leanpub.com/clojureai).

For Common Lisp I have used py4cl and I also recommend it.