Hacker News new | ask | show | jobs
by pm215 2438 days ago
In particular, you can give the intermediate result a useful name (using something more descriptive than 'n' would have helped in the example)...
1 comments

You mean, you have to give the intermediate results a useful name.

In my experience, this gets ugly rather quick.

But yeah, I hope the pipeline operator comes soon, chaining is nice, but nesting can get quite messy.