>
> I'm solving the following exercise and when I'm trying to use the answer:
>>
>> #(reduce + (for [x coll] 1))
>>
>> I get the error saying that I was using "count" which I'm not. Someone
>> knows why is that? Is this a bug in 4Clojure or something in the language
>> that I cannot see?
>>
>>
If one of the macros you call uses count, that is also not allowed. In this
case it's probably for which uses count internally.

jack.

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

Reply via email to