|
|
|
|
|
by echaozh
5556 days ago
|
|
Perhaps C++ will finally become a scripting language. So you don't get to complain about the compilation cost. Seriously, I think it's too much trick to do meta-programming in the language. If meta-programming should be allowed, it should be easier, simpler, and for the ordinary people. Just like Ruby. |
|
But why does the metaprogramming syntax in C have to be so convoluted, bloated and difficult? Do we really need >30 second compile times per file on recent CPUs? If a language is hard to parse both for computers and humans, something went wrong. It should be easy to read for one of both, preferably both.