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