Hacker News new | ask | show | jobs
by pjmlp 153 days ago
And compile time execution.

With C you only have macro soup and the hope the compiler might optimise some code during compilation into some kind of constant values.

With C++ and Rust you're sure that happens.