Re: nested #%'s

2014-01-17 Thread Softaddicts
in many places, it's probably a sign that you need a separate function or if really needed a macro to wrap this pattern. Code readability will improve accordingly. Luc P. > ## Question: > > Is there a way to do nested, #%'s, where each % matches to the nearest > "

nested #%'s

2014-01-17 Thread t x
## Question: Is there a way to do nested, #%'s, where each % matches to the nearest "parent" #. ## Counter Argument: You don't want this, it makes Clojure code hard to read. ## Counter Counter Argument: Despite it being hard to read, I'd like to try it for a few