moodymudskipper / nakedpipe

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

assignment variants, logging variant. #3

Closed moodymudskipper closed 4 years ago

moodymudskipper commented 4 years ago

I'm not a fan of %<>% because it blends in too much with the rest of the symbols and has incorrect precedence for assignment, but I think for this package %<.% and %<..% might work well.

The logging pipe of fastpipe made some people happy, we could have one here too.

An advantage of this package is that the unique pipe operator "sees" everything directly. In a magrittr pipe chains it's the last operator that sees everything and it needs to parse its way to the start to see it.

Some cool feature might arise from this simplicity.

moodymudskipper commented 4 years ago

done

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.