You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is too specialised. Also IMO operators should only be added sparingly because they tend to make R code more difficult to read so the payoff has to be important.
I just came across this thread while looking for an active assignment operator. I see that rlang has %<~% for delayed assignment. Maybe it makes sense now to add a companion for active bindings? Maybe something like %<+%?
Motivation: in keras, we export %<-active% as a convenient way to create the equivalent of python decorated @property class methods. I was looking at moving some of the python class generating routines to reticulate, but would rather avoid adding symbols to reticulate that are not strictly python related, like %<-active% would be.
Like
%<a-%
and%<d-%
from pryr.Or are those too specialised?
The text was updated successfully, but these errors were encountered: