On 2010/05/31 14:25, MHOOO wrote: > I'd like to have clojure *not* `(load x)` where x is at least: > clojure.zip, clojure.xml, clojure.set > when starting clojure up. I didn't really find any place in the > clojure code where I could do that except remove the entire subsystem > from the ant build.xml. > Anyone knows how to solve this? Is there some file which is > responsible for initializing clojure?
It isn't a very pretty way but you can simply remove the load statements from RT.java around line 415. That works fine. If you really need any of them later, you can still use/require/load them. -- 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