moodymudskipper / tag

Build function operator factories supporting the tag$function(args) notation
GNU General Public License v3.0
13 stars 1 forks source link

could we find a way to keep the function name by using enquo ? #28

Open moodymudskipper opened 5 years ago

moodymudskipper commented 5 years ago

The initial idea was to have a tag not depend on other functions being redefined but we might have more benefits than issues than keep a reference to the tagged function and environment.

Might be not obvious to implement, and would have to be tested on nested tags, but that will make a lot of displays (errors in particular) MUCH nicer and clearer.