On Thu, May 24, 2012 at 2:15 AM, Sean Corfield <[email protected]> wrote: > First off, the code you posted can't actually be right: you have > (println n) but the for binding was for i. > > Second, given your macro, try (range 100) instead of (range 10) and > see what you get...
Can you explain that a little more Sean? I know of some issues with chunked sequences, but I expected this to work as well with the doall in there. Thanks! -John -- 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
