moodymudskipper / tag

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

What's left to do #21

Closed moodymudskipper closed 5 years ago

moodymudskipper commented 5 years ago

Artem's comments :

We decide not to support ... argument in tags, this could lead to complex "dot collision" with the dots of the input function, in practice this can be dealt with by providing a list argument which can be a call to list, list2, exps, vars etc...

moodymudskipper commented 5 years ago

The new system with CALL() etc has been implemented and is cleaner, now :

moodymudskipper commented 5 years ago

done!