On Tue, Apr 21, 2009 at 9:59 PM, Luke VanderHart
<luke.vanderh
...@gmail.com> wrote:
> Very cool... I didn't know this existed.
There's also clojure.contrib.map-utils which contains a lazy-get.
> Not sure of the actual utility of it in our scenario, unless you had a
> map with some really huge values that it would be beneficial to put
> off retrieving.
I questioned the utility as well, but there are a lot of questions
still on the table about the utility of many of the language features.
I think one of the things we'll want to do later on in the process is
write performance tests to see where slowdowns occur and if using
things like lazyness or wrapping multiple input paths into agents
makes a difference, or seeing the effect of putting caching systems at
various points makes.
- Serge