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
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
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