atlas-engineer / nhooks

MIT License
18 stars 5 forks source link

Is it necessary to support adding named function themselves? #8

Open kchanqvq opened 2 years ago

kchanqvq commented 2 years ago

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.