Hi,
Thanks for the hint. I tried (map deref agents) and it did work. I
don't know if this is a bug?
On Nov 14, 2:31 pm, John Harrop wrote:
> On Sat, Nov 14, 2009 at 12:49 PM, Kevin Q wrote:
> > I have a list of agents, each of which has a hasmap state. I want to
> > get a
Thanks! That works.
However, why wouldn't (map #(@%) agents) work?
On Nov 14, 1:01 pm, Sean Devlin wrote:
> Try
>
> (map deref agents)
>
> On Nov 14, 12:49 pm, Kevin Q wrote:
>
> > I have a list of agents, each of which has a hasmap state. I want to
> > ge
I have a list of agents, each of which has a hasmap state. I want to
get a list of values from the list of agents, naturally I used the map
function and print the result of the map:
(println
(map #(@%) agents))
However, when I run this, I got error "Wrong number of args passed to:
PersistentHas