Hacker News new | ask | show | jobs
by reddit_clone 268 days ago
Perhaps not always for the better?

People eating, drinking and using mobile phones .. I think the luxury of having a hand free with automatic transmission is a contributing factor.

Stick shift requires a certain level of attention/engagement that might actually make for safer driving IMO.

1 comments

I mean it's an analogy, so it's not directly the original comparison. I hate C++ but I concede it's possible to get the most performance from C++ if you are diligent. My argument there would be: Ok, use C++ and C (or even machine code) for the most performance sensitive parts, but then use a safer easier language everywhere else.
I am sorry, I was only thinking about the analogy and not the original topic :-)

As a motorcycle rider, inattentive car drivers are a sore subject.

As for C++, I agree with your last comment. I guess without the gravitation pull of a large existing C++ code base or an existing team of experts or as essential library, there is not much incentive to start new projects in C++.

I too am a firm believer in multiple layers, each possibly using different language/paradigm. I find the functional core with controlled and imperative edges approach very appealing.