On Apr 24, 3:33 am, Ken Wesson <[email protected]> wrote:
> On Sun, Apr 24, 2011 at 5:17 AM, George Jahad
>
> Is there a reason for all the conversion to string and back?

severe lack of "hammock driven development"?

the "clojure.core" is also redundant within syntax-quote, making it:

(defmacro remote-declare [n]
  (let [ns (namespace n)
        v (name n)
        orig-ns (str *ns*)]
    `(do (in-ns '~(symbol ns))
         (declare ~(symbol v))
         (in-ns '~(symbol orig-ns)))))

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
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