Hacker News new | ask | show | jobs
by __alexs 1466 days ago
No he's wrong. Python the language and Python the standard library are not separate things.
1 comments

no I'm right

> So in my mind, the applicability of reduce() is pretty much limited to associative operators, and in all other cases it's better to write out the accumulation loop explicitly.

https://www.artima.com/weblogs/viewpost.jsp?thread=98196