You must log in or register to comment.
I found this interesting as someone who really enjoys using the
|>
operator that’s present in a bunch of other languages. I also like how it uses “result or error”-like types to be able to report errors from the pipeline too.Highly unlikely that I’d ever use this in code I work with personally, but an interesting and fresh take. I definitely learned a few new interesting concepts from reading this!