I was passing as a parameter with @ before... it worked when i passed just the atom name. Thanks.
Em terça-feira, 3 de abril de 2018 20:36:58 UTC-3, André escreveu: > > collection probably isn’t an atom. Do you have a fully working snippet? > > On 04/03/2018 08:24 PM, Renata Soares wrote: > > Good Night, > > I have this function: > > (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 > 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 "Clojure" group. > To post to this group, send email to clo...@googlegroups.com <javascript:> > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+u...@googlegroups.com <javascript:> > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+u...@googlegroups.com <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.