perhaps you can use with-out-str?
Certainly possible, but a little intrusive. It might also be nice to see both output and return value.
Hi. I’m trying out Clerk, and I’m wondering if it is possible to show the output of a form, rather than its return value?
Ah, okay. Given that *out* is global, mutable, and thread-unsafe, we are unlikely to try to support that. You can, of course, use with-out-str if you need to capture output side-effects from an impure function...
Just to make sure I understand, what do you mean by "output" in this context?
stdout, ie *out*