I think anything which lowers the impedance mismatch between Clojure
data structures and a persistent store is worth investigating. I'd
love to find an ACID, transactional store which accepts native
structures. Right now I'm using CouchDB, and while JSON is close
enough, it still requires a mapping between the Clojure and Couch
worlds. Not supporting set, and not allowing fields with dashes
(JavaScript thinks it's a minus) are some of the annoyances.


On Wed, Dec 30, 2009 at 12:52 PM, Gabi <[email protected]> wrote:
> On first look, Redis and Clojure seems to be a perfect match. They
> both handle sets and maps efficiently. If one could find an easy way
> to store and retrieve Clojure data structures to Redis (even a small
> subset- just a list or a set), a distributed clojure app could be very
> easy (and effective?) thing to do - The stateless Clojure nodes would
> share and operate on the same central data structure which is stored
> in Redis). What do you thing ? Is it worth investigating further?
>
> --
> 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

-- 
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

Reply via email to