Meikel Brandmeyer <[email protected]> writes: Hi Meikel,
>> --8<---------------cut here---------------start------------->8--- >> (ns de.tsdh.math.primes >> (:use [clojure.contrib [math :only [expt]] [test-is :only [deftest is]]])) >> --8<---------------cut here---------------end--------------->8--- > > The obvious thing I see here are the vectors. > > (ns de.tsdh.math.primes > (:use (clojure.contrib [math :only (expt)] [test-is :only (deftest is)]))) > > Try this instead. I'm not sure it fixes your problem however. It does. But I wonder why there's a difference. Why does :only need a list when the lib is loaded via (use 'lib), but it seems to work with the vector version if I load the file directly? Bye, Tassilo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
