_______________________________________________On Fri, Apr 10, 2020 at 2:56 PM Serhiy Storchaka <storchaka@gmail.com> wrote:Don't listen to anyone. There is only one obvious way to write this in
one line:
count = +(lambda *a: a[0](*a))((lambda q, r, s, i: r(r, q, s, i, next(i,
s))), (lambda r, q, s, i, x: x is not s and (x in seek) + q(q, r, s,
i)), [], iter(chars))
It is not even use such non-functional paradigm as a for loop.
Awesome! My pathetic first attempt merely yielded something that no Real Programmer would ever use.count = sum(a in seek for a in chars)
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-leave@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/NILLTZEX2DZDHY7QL6XZCGYVVFOHU2D3/
Code of Conduct: http://python.org/psf/codeofconduct/