Skip to content

Instantly share code, notes, and snippets.

@bonkydog
Last active August 29, 2015 14:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonkydog/9acd1fe39f1fe43ed1f0 to your computer and use it in GitHub Desktop.
Save bonkydog/9acd1fe39f1fe43ed1f0 to your computer and use it in GitHub Desktop.
Make stdout & stderr from all threads show up in cider repl
(alter-var-root #'*out* (constantly *out*))
(alter-var-root #'*err* (constantly *err*))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment