I send a task to an agent, but can't see the output of any print statements I've put into the function. How do I trace code execution on agents?
EDIT: Turns out I do get the output in the console, but not in SLIME. The question now is, how to see the output in SLIME?
M-x clojure-jack-in
to start SLIME and Clojure with STDOUT appearing in the REPL. – Accumbent