Re: Loop, Recur, and Binding

2009-07-18 Thread Meikel Brandmeyer
Hi Tim, the issue is already in the tracker: http://www.assembla.com/spaces/clojure/tickets/31 Sincerely Meikel smime.p7s Description: S/MIME cryptographic signature

Re: Loop, Recur, and Binding

2009-07-18 Thread Stuart Sierra
Hi, Tim, I'm not 100% certain what is going on here, but I do know that, in general, binding and loop/recur should not be mixed. "recur" is not true recursion -- it's more like a GOTO. The "binding" macro establishes thread-local bindings using the static methods clojure.lang.Var/pushThreadBind