Hacker News new | ask | show | jobs
by jey 5909 days ago
He's right. You can do anything in {C++, Python, a Turing machine}, but you might want to choose a language that's well suited for your task at hand even though any of them can do it in principle.
1 comments

That's exactly what I meant. My examples equally have solutions which use these C++ lambdas, but it would be a lot more work than necessary to actually produce or maintain them.
That might be what you meant. But it's not what you said.
I never said that problems exist which require lambdas either... I just said if you want to solve problems that way to use a language designed for it.