Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Call/Pipe operators are just sugar for normal function calls. It's nice because adding or removing a call doesn't require balancing parentheses. It's helpful for writing stream or sequence/iterator based code and throwing debug utilities in the middle.

It's less of an issue if your language has UFCS or other postfix function call syntax like mentioned in this thread, but if you don't this is nice to have.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: