> Assuming there is a legitimate need for a persistent data structure > (such as for concurrent background introspection purposes), what would > be your favored approach in terms of an interface?
I should clarify that no, I'm not really willing to use a state monad since I'm trying to figure out the most idiomatic way of providing a convenient LRU cache for use in Clojure, with persistent semantics. -- / Peter Schuller -- 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
