What does HackerNews think of stream?

Package stream provides filters that can be chained together in a manner similar to Unix pipelines.

Language: Go

I'm told that Sanjay Ghemawat's Go code is beautiful (I'm not a Go expert though): https://github.com/ghemawat/stream/

More about him: https://www.newyorker.com/magazine/2018/12/10/the-friendship...

Sanjay Ghemawat (the other less visible half of Jeff Dean) wrote a pipe library in Go, learnt quite a bit from it.

https://github.com/ghemawat/stream

Edit: Jeff Dean, not James Dean

If you want to see an example of Sanjay's elegant code, take a look at his Go stream package: https://github.com/ghemawat/stream