-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
featurea feature request or enhancementa feature request or enhancement
Description
Though not as frequently as piping first argument it's often needed to pipe the last argument.
Would you mind adding the %>>% operator?
x %>>% append(y) # is equivalent to
append(y, x)>> because in clojure these operators are -> and ->> respectively. Racket uses f> and l>.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancement