After Reflection

C++ has enormous low-level power, but lacks a standardized meta-DSL-layer: portable reflection-ish primitives for defining and “compiling” DSLs at runtime, and an ergonomic runtime compile/link/load facility. Even though highly performant and power-efficient code is incredibly important in this brave new world, most modern code (AI or otherwise) is often written in Python. As C++ programmers, … Continue reading After Reflection