Pushed a macro to clj2el which shells out to clj2el, transpiles and then returns the transpiled expression as the macro expansion which then gets evaluated :)

A bit slow but could be optimized by running clj2el as a server process

#clojure #emacs #clj2el