Re: Clojure lazy-seq over Java iterative code

2012-09-14 Thread Dave Kincaid
Thanks, Sean. It turns out the exception is being thrown from one of the Java classes (I should have looked closer). I just assumed that doing the recursion without loop/recur would always blow the stack eventually. I'll have to do some research to understand when it does and when it doesn't. I

Re: Clojure lazy-seq over Java iterative code

2012-09-14 Thread Sean Corfield
On Fri, Sep 14, 2012 at 8:37 AM, Dave Kincaid wrote: > I also posted this to StackOverflow, so sorry if you saw it there too. If > you want some rep points over there you can answer there too > (http://stackoverflow.com/questions/12427518/clojure-lazy-seq-over-java-iterative-code). Looks like the