moodymudskipper / nakedpipe

Pipe Into a Sequence of Calls Without Repeating the Pipe Symbol.
69 stars 7 forks source link

Generalised functional sequences? #22

Closed moodymudskipper closed 3 years ago

moodymudskipper commented 4 years ago

Atm just like with magrittr, functional sequences work to produce a single argument function, and this arg is ..

We could use variables named **foo or .arg.foo in our def to have foo as a function arg.

We couldn't choose the order though.

Or we use foo..2 to have foo in pos 2, and foo.. for default order?

moodymudskipper commented 3 years ago

too weird

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.