nhooks icon indicating copy to clipboard operation
nhooks copied to clipboard

Is it necessary to support adding named function themselves?

Open kchanqvq opened this issue 3 years ago • 0 comments

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.

kchanqvq avatar Jan 19 '22 16:01 kchanqvq