On Fri, Nov 14, 2008 at 9:52 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I thought the :refer clause of the (ns) form would effectively remove > the clojure.core/load mapping to load within my namespace. Is this a > bug?
That's true only if you use the :refer-clojure (all one keyword): (ns a (:refer-clojure :exclude (load))) --Chouser --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
