On May 10, 2009, at 12:24 PM, Stuart Sierra wrote: > I'd never say this out loud on comp.lang.lisp, but I can't think of > any CL libraries for which there is not a functionally equivalent, > more robust, better-maintained Java library. > > Yeah, Java APIs aren't Lisp APIs. Whatever. Java libraries tend to > be used by more than two people, so they have a higher likelihood of > actually working.
Without getting into a war, XMLisp is pretty neat. It works by extending the reader to work with XML natively. You get literally seamless integration of XML and Lisp, as in, they're both in the same file and there is nothing separating the two. And this is not something that can be ported to Clojure simply because Clojure doesn't permit user reader macros. <http://www.agentsheets.com/lisp/XMLisp/> I would have a hard time missing any other XML library from the Lisp world; in fact I don't want this one either, because it's so objecty, but I think it's important to maintain a sense of balance and respect. All of the CL libraries I tried worked. Getting everything installed and set up was the pain. — Daniel Lyons http://www.storytotell.org -- Tell It! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---