Hi all, When I run the following from the REPL, I see the result of the "println"
(defn read-docs [duc-dir] (for [file (.listFiles (java.io.File. duc-dir)) :when (.isFile file)] (do (println file) (.getName file)))) However, when embedded in a script (using clojure.lang.Script), I don't see the result of the println. I'm primarily using it for debugging the compreshension variables. Thanks a lot, Aria --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---