Fork me on GitHub
#conjure
<
2023-03-06
>
fuad18:03:25

How can I use https://github.com/greglook/puget as the printer for conjure repl values? If I understand correctly I could set *g:conjure#client#clojure#nrepl#eval#print_function* to a 3-arity fn that would call puget, but then I would need to have such function available somewhere globally (e.g using https://github.com/gfredericks/user.clj). Is there a more trivial approach?

Proctor22:03:29

looking at the puget page, looks like it references whidbey, which looks to have nREPL middleware. You might be able to get it setup that when you start your nrepl, that it uses whidbey, and then you might not need to touch conjure

💡 2