>>21-24
>>20 only listed the macro-related symbols, not the whole list of symbols part of the language.
To be fair,
defmacro isn't that simple, but it's considerably simpler than Scheme's macro machinery.
defmacro requires a macro lambda list parser to be implemented properly, however that's still simpler than what Scheme has.