(mac spel (name args body) `(mac ,name args (if (isnt len.args ,(len args)) (err "wrong number of spel arguments")) ((rfn spel-rewrite (b) (aif acons.b (map spel-rewrite b) (pos b ',args) args.it b)) ',body)))
-----