Beautiful, Armando! Thanks for your the insight. Anyway, I really don't buy 
the "that's the way it is" argument. Totally looks like a bug and I don't 
find it a coincidence it is working differently in the development branch. 
Thank you all for your time :)

Em quinta-feira, 12 de fevereiro de 2015 22:30:02 UTC-2, Armando Blancas 
escreveu:
>
> Jorge, I tried this on 1.6 and seemed to work:
>
> (def primes
>   (cons 2 (for [n (iterate inc 3) :when (prime? primes n)] n)))
>
>
>

-- 
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
--- 
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to