Arc Forumnew | comments | leaders | submitlogin
2 points by evanrmurphy 5084 days ago | link | parent

We can even pass 'test as a parameter to 'whatever and it will retain its original value as a macro, because the rebinding of 'test as a parameter was only for the function's definition, not for a call to that function:

  arc> (whatever test nil)
  #(tagged mac #<procedure: test>)