On 8 Mai, 20:00, melipone <[email protected]> wrote: > Hiya, > > I understand that you can use Java libraries with Clojure but can you > use Common Lisp libraries for example CXML?
In principle you could run Clojure and ABCL inside the same VM. http://common-lisp.net/project/armedbear/ That should allow you to use at least some CL libs. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
