Has anyone actually implemented this sort of placeholder strategy before? --Robert McIntyre
On Sat, Aug 28, 2010 at 3:04 PM, Michael Wood <[email protected]> wrote: > On 28 August 2010 19:27, Michał Marczyk <[email protected]> wrote: >> 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? > > I believe this discussion has been had before with similar conclusion. > > -- > Michael Wood <[email protected]> > > -- > 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 -- 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
