Arc Forumnew | comments | leaders | submitlogin
1 point by evanrmurphy 5502 days ago | link | parent

Could even take that arg out altogether since all it's supposed to do is wipe:

  (mac wipeop (name)
    `(defop ,name ()
      (pr nil)))
There, now it's an even babier macro. ;)