▲ | sureglymop 2 days ago | |||||||
So it's basically a pipe or like the pipe operator in some languages? Looks interesting. | ||||||||
▲ | JdeBP a day ago | parent | next [-] | |||||||
It has a fairly direct analogy in some languages. A C♯ programmer reading the above will immediately recognize the analogy to .Select(), .ToArray(), and so forth from LiNQ. * https://learn.microsoft.com/en-gb/dotnet/api/system.linq.enu... * https://learn.microsoft.com/en-gb/dotnet/api/system.linq.enu... | ||||||||
▲ | WalterBright a day ago | parent | prev [-] | |||||||
Yup, it looks and behaves very much like Unix piping. | ||||||||
|