logoalt Hacker News

bigfishrunningyesterday at 7:57 PM0 repliesview on HN

> C++ has compile-time computation facilities that C has no substitute for.

The substitute for this is that C is insanely easy to generate. Do your compile time computation in your build system.

OO is also pretty trivial in C -- the Linux kernel is a great example of a program in C that is very Object Oriented.