Hacker News new | ask | show | jobs
by pyuser583 2292 days ago
Functional programming?
1 comments

I wouldn't call this a functional argument, per se, although many functional languages encourage the kind of syntax I'm advocating for here. And some may not...

Basically I write things like `data.map(|x| ...).filter(|x| ...)`, or just `data.fold(|x| ...)` and I'm quite happy.