Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 4801 days ago | link | parent

That's a good question. My immediate reaction is to make = clear the overload table..

And yes, in a lisp-2 assigning a function is different from defining one. But you can assign to (symbol-function f) in common lisp, which would have the same effect as def.