| So I notice on my mac 'pipe-from' does return the results of the system call for re-use, but windows however does not. I could be doing something wrong. Though I didn't try anything strange, just: (= data-stream (readall (pipe-from "help")))
Or even: (pipe-from "help")
Use (quit) to quit, (tl) to return here after an interrupt.
arc> (pipe-from "help")Error: "call-with-input-file: cannot open input file: \"C:/dev/urandom\" (The system cannot find the path specified.; errno=3)"
arc> T. |