Interesting. I'm just starting to learn about C++ but the sense I get is that modern C++ is moving away from the preprocessor. One example is preferring the use of enums and inline functions over the use of macros.<p>Now, that doesn't change the fact that this project is cool and could lead to interesting developments but are preprocessor advancements a good thing in general for C++ or is it moving backwards?