Oct 17, 12:33 pm, Stuart Halloway <[EMAIL PROTECTED]> wrote: > ; do this > (test #'foo) > -> :ok > > Is there a conceptual reason that test should not resolve symbols into > Vars?
Maybe to make it easier to enumerate over vars, as with ns-interns. I took the same approach.with test-var in clojure.contrib.test-is, which does the same thing in a slightly different context. -the other Stuart --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
