))
>
> where input is an output of clojure.data.json/read-str and swap is giving
> this following error:
>
> clojure.lang.PersistentVector cannot be cast to clojure.lang.IAtom
>
> How can I solve it?
>
> Thanks in advance.
>
> --
> You received this message because y
>> (defn treat-requests [key-request collection]
>> (let [selecteds (filter #((keyword key-request) %) input)]
>> (doseq [item selecteds]
>> (swap! collection conj item
>>
>> where input is an output of clojure.data.json/read-str and swap is giving
data.json/read-str and swap is giving
> this following error:
>
> clojure.lang.PersistentVector cannot be cast to clojure.lang.IAtom
>
> How can I solve it?
>
> Thanks in advance.
> --
> You received this message because you are subscribed to the Google
> Groups &quo
> where input is an output of clojure.data.json/read-str and swap is giving
> this following error:
>
> clojure.lang.PersistentVector cannot be cast to clojure.lang.IAtom
>
> How can I solve it?
>
> Thanks in advance.
>
--
You received this message because you are subscri
doseq [item selecteds]
> (swap! collection conj item
>
> where input is an output of clojure.data.json/read-str and swap is
> giving this following error:
>
> clojure.lang.PersistentVector cannot be cast to clojure.lang.IAtom
>
> How can I solve it?
>
> Thanks in
:
clojure.lang.PersistentVector cannot be cast to clojure.lang.IAtom
How can I solve it?
Thanks in advance.
--
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 n