On May 28, 4:39 pm, Robert Luo <robort...@gmail.com> wrote:
> I need a lazy map in my compojure based application to inject data
> into handlers. I searched the web for an implementation, I got one
> from Meikel which was written in 2008. Is there any recommendation?
>
> Thanks.

I don't really see what you're trying to do with this, but as an
alternative, you can assoc lazy-seqs to a standard map. That is, if
your values are going to be seqs (IME, most of the things you want
lazy evaluation for are).

Joost.

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