On Sep 17, 4:02 pm, Philipp Meier <[email protected]> wrote: > > Not your question, I know, but the Restlet framework for Java does > > exactly this. > > I know ;-) And it's using object oriented inheritance. In common lisp > I'd use CLOS and an object hierachy but in clojure I'm unsure.
I just use Restlet directly in Clojure. You have to either proxy or gen-class, but the API is very accessible. -SS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
