arc> (macex1 '(withs nil something)) (do something) arc> (macex '(do something)) ((fn () something)) arc> (macex '(withs nil something)) ((fn () something))