I understand how Clojure lets you consume Java objects, and pass Clojure objects to Java programs.
However, it is not uncommon for Java libraries to be designed in such a way that you need to create a subclass of something in the library in order to make use of the library. I don't understand whether this is possible in Clojure. As a case in point, I'd like to know how to make use of Gecode/J in Clojure. If you look at the introduction, http://www.gecode.org/gecodej/doc/PageComp.html, you'll see that the first step is to subclass org.gecode.Space, adding special logic to your constructor and creating a custom copy constructor. How would one do something like that from Clojure? Thanks, Mark --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---