Thoughts
Writing macros that expand to macro calls is normal. That's just recursion. But I've had my hands on Lisp macros for less than a week now
and I'm writing a macro that expands to a call to defmacro.