Re: 4Clojure exercise 47 question

2014-06-03 Thread Erlis Vidal
Thanks Stephen! On Mon, Jun 2, 2014 at 5:50 PM, Stephen Gilardi wrote: > > On Jun 2, 2014, at 4:53 PM, Erlis Vidal 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

Re: 4Clojure exercise 47 question

2014-06-02 Thread Stephen Gilardi
On Jun 2, 2014, at 4:53 PM, Erlis Vidal 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

4Clojure exercise 47 question

2014-06-02 Thread Erlis Vidal
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