Thanks Stephen!
On Mon, Jun 2, 2014 at 5:50 PM, Stephen Gilardi <[email protected]> wrote: > > On Jun 2, 2014, at 4:53 PM, Erlis Vidal <[email protected]> wrote: > > 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? > > > Yes, it changed in Clojure 1.5. > > The rationale is here: http://dev.clojure.org/jira/browse/CLJ-932 > > —Steve > > -- > 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. > -- 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.
