logoalt Hacker News

pjmlpyesterday at 4:03 PM2 repliesview on HN

> I can write C that is as fast as C++.

Only if ignoring the C++ compile time execution capabilites.


Replies

pmarinyesterday at 4:08 PM

C++ compile time execution is just a gimmicky code generator, you can do it in any language.

show 1 reply
jandrewrogersyesterday at 4:16 PM

Any code that can be generated at compile-time can be written the old fashioned way.

show 1 reply