nhooks
nhooks copied to clipboard
Is it necessary to support adding named function themselves?
We don't get anything out of it, it seems -- adding anonymous function objects won't work because they don't have a name, and for named function, one can just add symbols themselves.
And it is easily misused. An extra #' instead of ' will screw up redefinitionability.