“Don’t know how to create ISeq from: Symbol” error

2008-12-15 Thread Paul Reiners
I have the following Clojure code and I'm not sure why it's not working: (defn match (x y &optional binds) (cond ((eql x y) (values binds t)) ((assoc x binds) (match (binding x binds) y binds)) ((assoc y binds) (match x (binding y binds) binds)) ((var? x) (values (cons (cons x y) bi

Common Lisp's symbol-name in Clojure?

2008-12-15 Thread Paul Reiners
Is there anything in Clojure that is equivalent to Common Lisp's symbol-name function? --~--~-~--~~~---~--~~ 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