Hacker News new | ask | show | jobs
by bobbylarrybobby 1982 days ago
The lambda calculus is Turing complete, so in theory, Python’s lambdas should suffice...
3 comments

Turing completeness is completely unrelated to whether or not anonymous functions are easy to use in Python.
Which of course says nothing about usability and readability.
I mean... You're right. They suffice. They're just less friendly (i.e. useful) than lambdas in other languages.