I was surprised to find that test does not resolve symbols into Vars:

; don't do this
(test 'foo)
-> :no-test

; do this
(test #'foo)
-> :ok

Is there a conceptual reason that test should not resolve symbols into  
Vars?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to