Unfortunately, it currently only works with build targets that redirect prn
and println
to the REPL (currently, I think only :browser
target does it). So, I'll have to do one of two things: or find out how to bypass this limitation on, for example, :node-script
target, or somehow detect if it doesn't redirect, and then send the result via a socket that Chlorine will have to keep...