Lambda Overdose
-
Arne Mertz[^]:
Lambdas are a nice recent addition to C++. They are cool, they are hip, and they tend to be overused and misused.
When all you have is a corkscrew, everything looks like a bottle of wine
Mind out of the gutter, sir.
-
Arne Mertz[^]:
Lambdas are a nice recent addition to C++. They are cool, they are hip, and they tend to be overused and misused.
When all you have is a corkscrew, everything looks like a bottle of wine
Mind out of the gutter, sir.
Is there a Rule 34 on Lambdas? :confused:
-
Is there a Rule 34 on Lambdas? :confused:
Rule 34 applies to everything. But I was figuring people would go all giggly with the mention of 'corkscrew'. :^)
TTFN - Kent
-
Rule 34 applies to everything. But I was figuring people would go all giggly with the mention of 'corkscrew'. :^)
TTFN - Kent
Not so much, no.
-
Rule 34 applies to everything. But I was figuring people would go all giggly with the mention of 'corkscrew'. :^)
TTFN - Kent
Reminds me of a very pleasant holiday in Ireland.
"If you don't fail at least 90 percent of the time, you're not aiming high enough." Alan Kay.
-
Arne Mertz[^]:
Lambdas are a nice recent addition to C++. They are cool, they are hip, and they tend to be overused and misused.
When all you have is a corkscrew, everything looks like a bottle of wine
Mind out of the gutter, sir.
> The readability has improved vastly Uh, how is
for (auto&& e : container)
vastly improved? OK, granted, I haven't done C++ for so long that while I imagine I used to understand that syntax without thinking, I'm really don't miss it. I guess knowing a language's syntax and nuances is not like riding a bicycle. I've certainly forgotten how! ;) MarcV.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802