Ask HN: Pipes in Programming Languages
https://news.ycombinator.com/item?id=43673732Two questions really.
What programming languages use the pipe operator? I'm only really aware of shell scripting and R that use it.
Why don't more programming languages use the pipe operator? I write a lot of bash, powershell, and recently Nushell. I think piping things together is really powerful. There must be reasons why it's not in languages like python etc.