Y
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
jolux
1982 days ago
Turing completeness is completely unrelated to whether or not anonymous functions are easy to use in Python.
link
zelphirkalt
1982 days ago
Which of course says nothing about usability and readability.
link
rustyminnow
1982 days ago
I mean... You're right. They suffice. They're just less friendly (i.e. useful) than lambdas in other languages.
link