Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
thethirdone
on Dec 25, 2017
|
parent
|
context
|
favorite
| on:
A different view on Functional Programming
Minor typo
> reduce(lambda b, b: a
b, 1, positives)
Should be
> reduce(lambda a, b: ab, 1, positives)
wvlia5
on Dec 25, 2017
[–]
Thanks, fixing it :)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
> reduce(lambda b, b: ab, 1, positives)
Should be
> reduce(lambda a, b: ab, 1, positives)