On Feb 7, 4:06 pm, Laurent PETIT <laurent.pe...@gmail.com> wrote:
> I don't know, but it seems like a bad smell that you can't find your
> joy by using the built-in state management constructs

The build-in state management constructs only deal with data in
memory. I'm thinking "deref" could potentially be more general. For
instance, derefing a session object might fetch the corresponding
session map from a SQL database.

The alternative would be to write some deref-like function with a
different name. However, I'm wondering if deref is currently generic
enough that it could be used instead.

- James

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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

Reply via email to