"Stephen C. Gilardi" <[email protected]> writes: Hi Stephen,
> I don't see anything to cause that failure in what you posted. Using lists in :only part of the used libs instead of vectors made it work. (This is at the SLIME REPL.) > Could there be another ".clj" file in classpath with the classpath- > relative path de/tsdh/math/primes.clj ? Nope. > Does it fail the same way when you invoke clojure with (something > like): > > java -cp clojure.jar:/my/path/to/clojure-contrib.jar:/my/path/to/ > primes.jar clojure.main Now I reverted to my first try using :only vectors and it does work when I invoke clojure like this. And it works with :only lists, too. Grr, now I tried again with SLIME, and both syntaxes work. So I guess I didn't update the jar, although I could swear I did... Thanks to all who replied! 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 -~----------~----~----~----~------~----~------~--~---
