Alex Stoddard <[email protected]> writes: > With that all stdout ends up in the repl buffer.
I spent hours last weekend working on a rebind-in-other-threads solution, completely forgetting that one can adjust SLIME to handle this problem. Also frustrating: Why don't any of the printing functions accept a Writer or OutputStream as a substitute for *out*? Common Lisp has a nice treatment of these kinds of functions¹: the output stream argument is optional, and, if specified, accepts nil and t as special stream designators² as well. Footnotes: ¹ http://www.lispworks.com/documentation/HyperSpec/Body/f_wr_pr.htm http://www.lispworks.com/documentation/HyperSpec/Body/f_format.htm ² http://www.lispworks.com/documentation/HyperSpec/Body/26_glo_s.htm#stream_designator -- Steven E. Harris -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
