kaz-yos / eval-in-repl

Consistent ESS-like eval interface for various REPLs
174 stars 27 forks source link

inf-clojure integration #25

Open arichiardi opened 7 years ago

arichiardi commented 7 years ago

Hello again, this time with another idea !

Inf-clojure comes as a lighter alternative to cider for Clojure and it is usually triggered by calling M-x inf-clojure. People are using it because it does one thing only and well (as every tool should be!).

It would be a great fit in eval-in-repl imho 😀

As usual, thanks for your work, I use this package a lot.

kaz-yos commented 7 years ago

Thanks for your input! I'll look into this for the next update.

kaz-yos commented 7 years ago

I'm not writing much Clojure these days. Do you know the commands, functions, etc for the following in the inf-clojure mode?

These are the main pieces of information necessary to implement eval-in-repl-inf-clojure. If you are interested looking into eval-in-repl-ielm.el may give you how eval-in-repl delegate most of its work to existing functions.