2011/5/16 Theam Yong Chew senatorzergling@gmail.com:
I can only think of this alternative:
(defpsmacro conditional-splice (test &body body) (when test `(progn ,@body)))
Using an older parenscript, because I don't have HEAD handy (though I don't think it matters much, and you still get the general idea):
Actually, this is exactly what I need, thanks.
I thought about "interactive changing" of the debug and production mode, but, since I'm using weblocks, I have to reset session anyway to see the effects.