Kyle Schaffrick wrote: > Could you just make a new Var (like *always-stdout* or something) and > assign *out* to it at program start? This way the dynamic bindings on > *out* don't affect your new Var and you can continue using it to access > the "real" stdout.
As long as I'm willing to lose the convenience of (print "string"), I could. It might be advisable to do so instead of binding *out* in a with- macro like I did; I'm not sure if it's a bad idea or not. In any case, I think doing so wouldn't solve my encoding issues. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---