leastfixedpoint

Archived tweet #4900 from the @leastfixedpoint Twitter Archive
RT @jdanbrown: result = zero for thing in things: result = add(result, f(thing)) return result — every python function ever