On 19 June 2010 07:24, [email protected] <[email protected]> wrote: > On Jun 18, 6:15 pm, Paul Moore <[email protected]> wrote: >> I've just seen a couple of postings which, if I'm not mistaken, imply >> that it's possible to have a Clojure script in my classspath. Is that >> right? > > Yes, you can have .clj files on your classpath. In fact, you can > pretty much have anything on your classpath. Checkout > java.lang.ClassLoader > http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ClassLoader.html#getResource(java.lang.String) > . This is what Clojure uses under the covers.
Thanks! (And thanks for the rest of your comments). I'll look into this a bit more. I think that my experiments were failing because I had the namespaces wrong - thanks for the pointer. Paul. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
