In case anyone's curious, It was a bad idea :) It compiled and seemed to work fine until it tried to return a result and instead evaluated (result).
There was a way to fix it where my letfn' macro dealt with the name and body separately. But I ended up defining functions on their own and using declare so they knew about each other instead of in a giant letfn, because - this resulted in smaller, easier to test things - and I figured calling a fn that contained a giant letfn would do all the work of defining those local fns as brand new for every call. -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.