The :refer-clojure clause has fixed my problem; however, I have 22+
symbols that I need to exclude in every namespace. Is there a way that
I can ease this exclusion, as this code is a library that I'll be
including in numerous files (and I'd like to have a form to simplify
using it).

I am not sure if this is something that I could do with a custom
leiningen plugin that rewrites all the ns macros before evaluating the
file, or if I can do something else a bit less extreme.

Thanks!
David

On May 7, 10:28 am, "Meikel Brandmeyer (kotarak)" <m...@kotka.de>
wrote:
> Hi again,
>
> Am Montag, 7. Mai 2012 16:26:48 UTC+2 schrieb Meikel Brandmeyer (kotarak):
>
> > (ns piplin.test.math
> >   (:refer-clojure :exclude [not=])
> >   (:use ...)
> >   (:import ...))
>
> You should do the same in piplin.math, btw.
>
> Kind regards
> Meikel

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to