Clojure's Java interop is extremely impressive and straightforward -- to someone who is somewhat familiar with Java. I don't know Java, but I've learned to work with it pretty well just by using Clojure. When I started out, it was extremely difficult, because I couldn't read javadocs and didn't understand how Java worked.
This isn't to say that you need to know Java to use Java from Clojure, but it seems less straightforward than it actually is when you don't really understand Java. In any case, I'm actually working on a pure-Clojure XML-RPC library: http://github.com/Raynes/clj-xmlrpc not sure if it would be helpful to you, but it's worth taking a look at I suppose. It's very early in development though -- just started the project yesterday. It appears to work, but until I've done some testing, I can't promise it wont eat your laundry. -- 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
