Mikera <mike.r.anderson...@gmail.com> writes: > +LOTS for this. I have wanted to extend a Java abstract base class *many* > times in Clojure. It's a real pain point, right now. Especially for interop > with Java libraries that expect you to extend base classes in order to > write plugins etc. Currently when this comes up I just forget about Clojure > and write this stuff in Java.
Having said that I would use proxies, actually, I think you have a point. The last time I wanted to build a plugin, I did it in Java and invoked clojure from within that. In that case, I needed a two part build anyway. The plugin uses OSGI, and came with a sample mvn script. So, in the end, I build the plugin in Java and pull in the clojure as a maven dependencies, with a tiny bit of glue to make launch leiningen. Phil -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.