@sekao Is there a console in nightcode that catches println output ?
@greenhorse are you not seeing the output when you run a project?
I haven't used run. I just use instarepl. I will try run unless there is a way to see console output without run.
@greenhorse ah i see, the instarepl does not currently capture standard out. You could possibly workaround this by surrounding the code with (with-out-str …)
exactly what I was looking for. thx.