• Q: How will we handle cross-platform code without the preprocessor? For example, #if WIN32 > use this, and #if LINUX > use that?
  • A: By embracing compile-time reflection and source code generation that is part of the language, not a preprocessor outside the language.