Re: clojure.lang.PersistentVector cannot be cast to clojure.lang.IAtom

2018-04-03 Thread Timothy Baldridge
ection 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 advance. > > -- > You recei

Re: clojure.lang.PersistentVector cannot be cast to clojure.lang.IAtom

2018-04-03 Thread Renata Soares
>> (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 givi

Re: clojure.lang.PersistentVector cannot be cast to clojure.lang.IAtom

2018-04-03 Thread Renata Soares
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 subscribed to the Google > Groups &quo

Re: clojure.lang.PersistentVector cannot be cast to clojure.lang.IAtom

2018-04-03 Thread Base
gt; > 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

Re: clojure.lang.PersistentVector cannot be cast to clojure.lang.IAtom

2018-04-03 Thread 'André' via Clojure
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

2018-04-03 Thread Renata Soares
: 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