Hi, Perhaps this question has been asked here before but quick search didn't show anything relevant.
Is is possible to use some kind of backend storage for Clojure's data structures? I mean something like Perl's "tie" function that makes data structures persistent (in sense of storage, not immutability). Such storage should be inherently immutable the way Clojure's data are (so a simple wrapper on sql is probably not good enough) and provide means of querying database and indexing (ideally multidimensional). I wonder if this could be at library level or would rather have to be hard-coded into Clojure itself. Did anyone try to do it? Regards, -r. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---