Fork me on GitHub
#emacs
<
2021-03-16
>
aaelony16:03:00

really cool advances happening with libpython-clj (https://github.com/clj-python/libpython-clj) community where you can be working in a Python interactive session and then embed a Clojure process that can access python variables from clojure and vice-versa. Wondering how people are thinking about this in terms of Emacs use? Will people use elpyor Python IDE stuff like here (https://github.com/daviwil/emacs-from-scratch#emacs-ide) or CIDER (https://github.com/clojure-emacs/cider) or both or some combination of components? Curious as to people's thoughts and ideas!

6
blak3mill3r19:03:59

That is cool! I would probably always write clojure and use libpython-clj from emacs+cider... however copy/pasting python example code into the interactive python session and then accessing those from Clojure definitely sounds handy.

aaelony16:03:01

I guess this begs the question for cljs as well?

ericdallo16:03:32

👀 12