(defmacro with-swank-io [& body] `(binding [*out* @(:writer-redir (first @swank.core.server/*connections*))] ~@body))
Comments top
No comments for with-swank-io. Log in to add a comment.