> It looks to me like you are blowing the stack. You may want to rethink > your commute-cells function so that it either uses the 'recur' > operator and is tail recursive, or uses a trampoline of some sort.
When you blow the stack, you'll get an exception saying so, and it usually happens pretty quick. commute-cells just never finishes. My guess is I'm somehow thrashing the stm or something. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---