Rendered at 19:09:39 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
oseityphelysiol 1 hours ago [-]
C++ people are great at making problems for themselves and then solving them to no end.
This does not look like a productive way to get things done.
kevin_thibedeau 12 minutes ago [-]
C arrays are better than this mess. All the problems caused by the intervening generic programming abstraction machinery disappear.
gkedzierski 11 minutes ago [-]
What language do you consider to be productive, in comparison?
htobc 48 seconds ago [-]
Rather than engage in an unrelated language-war flame bait, why not actually discuss this particular issue with C++? Yes having a language built around zero cost abstractions for low level programming is a must, but how does that end up justifying this wild complexity around making constexpr more powerful?
In the real world I would think trying to do any of the things discussed in this article should be an automatic commit rejection on any project.
This does not look like a productive way to get things done.
In the real world I would think trying to do any of the things discussed in this article should be an automatic commit rejection on any project.