On Tue, Jan 6, 2009 at 12:00 AM, wubbie <[email protected]> wrote: > > Hi, > Why are there multiple "Logging str" output.
Because str calls itself recursively. > Also in (apply str-orig args), I don't see any args passed at all! I'm not sure what you mean here. The "args" in (apply str-orig args) is the list of arguments that are passed to str-orig. -- Michael Wood <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
