Hi guys, Quick question about exercise 47, http://www.4clojure.com/problem/47
Here you could find the following *(not (contains? '(1 2 4) __)* If I try to execute it in my REPL it gives the following error: * contains? not supported on type: clojure.lang.PersistentList* Was this a change of recent clojure versions? Why? Thanks, Erlis -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
