Thanks to both of you for the replies. Adrian, I like the in-line loop- recur. Cuppo, that example is essentially the same one that I was describing but it was key to helping me, as I saw that it evaluated fine when I expected it to fail based on my original problem.
Turns out that the problem was my finally clause contained a doseq, which apparently uses tail recursion internally. Replacing that with a for will solve the problem for me. -Greg -- 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