This article has a good example using the proxy function.

http://gnuvince.wordpress.com/2008/11/18/fetching-web-comics-with-clojure-part-2/

On Thu, Dec 11, 2008 at 1:22 PM, Randall R Schulz <rsch...@sonic.net> wrote:

>
> On Thursday 11 December 2008 11:31, Mark Engelberg wrote:
> > 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.
>
> It's not only possible, but quite straightforward. The basic thing
> you're looking for is (proxy ...). In some cases, you may need
> (gen-class). Check them out. They'll get you everything you need for
> working with white-box frameworks.
>
> (I'll check out Geocode/J as soon as I get Firefox back up. It just
> crashed and I keep 9 windows and over 80 tabs open, so starting it up
> is pretty slow...)
>
>
> > ...
> >
> > Thanks,
> >
> > Mark
>
>
> Randall Schulz
>
> >
>

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

Reply via email to