Fork me on GitHub
#inf-clojure
<
2022-06-25
>
apt14:06:31

Hi folks. How do I get the return value of an evaluation in elisp? For example, say I eval (inf-clojure-eval-string "42"). I’d like to get 42 for dealing with that in emacs lisp

apt14:06:16

Oh, I found the answer in discord:

(inf-clojure--process-response "(+ 1 1)" (inf-clojure-proc 'no-error))