Hi all. I've been working on a piece of code (an xml-rpc server) in Python (actually Jython), and one of its features is the capability of loading modules (connectors in Java) during runtime. Not only are these modules dynamically loaded on request (their names passed as arguments in a string), but they are only visible in the lexical scope of the specific method/function, the resources being released as soon as that same scope is left.
Now, I would love to recode this stuff in Lisp, especially Clojure. But is it possible to pull this off? From what I've been reading, it actually doesn't seem like it. Rock --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---