Fork me on GitHub
#editors
<
2016-08-30
>
greenhorse17:08:43

@sekao Is there a console in nightcode that catches println output ?

sekao17:08:48

@greenhorse are you not seeing the output when you run a project?

greenhorse18:08:54

I haven't used run. I just use instarepl. I will try run unless there is a way to see console output without run.

sekao18:08:04

@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 …)

greenhorse18:08:37

exactly what I was looking for. thx.