Fork me on GitHub
#planck
<
2018-01-03
>
spinningarrow14:01:07

Is there a way to print to standard error from Planck? So far I've gotten (.error js/console "error!") to work but it's a tad ugly

mfikes15:01:20

@spinningarrow Without that, I wonder if (binding [*print-fn* *print-err-fn*] (println "foo")) does the right thing

spinningarrow15:01:58

Thanks for the info and the quick reply! I'll look into those links