> Note that no matter how you specify it, it must be in classpath and it  
> must exist at the JVM used by Clojure is launched.

Thanks again.

> Absolutely. Note that you're compiling a namespace, not a file. Any  
> namespaces you use or require while defining your namespace will also  
> be compiled if they have not already been compiled or if their source  
> file is newer than their class files.

Fair enough.  However, what I had in mind was that I could simply
compile one namespace that would then act as a sort of 'bootstrap
loader' for other clojure source, so that I wouldn't have to recompile
manually all the time.  Speaking of which- is it possible to access
the REPL directly from within java?

-Morgan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to