On 28 August 2010 19:19, Luke VanderHart <[email protected]> wrote: > I'm not just talking about class hierarchy dependencies, but also > reference dependencies.
Ah, I see. In that case, maybe generate placeholders for all the classes to be implemented in Clojure (with all methods doing something like "throw new RuntimeException()"), compile those stubs with javac together with all the Java classes, then discard the placeholder .class files and compile the Clojure classes? Sincerely, Michał -- 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
