Project status
CX Is an Experiment
CX can compile and run real examples, but it is not a production-ready
language. The syntax, compiler internals, standard library, and tooling are
all expected to change as the experiment gets sharper.
Today
Good for exploring ideas, not for betting production on it
The compiler parses CX source, performs semantic checks, lowers the program
to C, compiles through a local C compiler, and runs tests. Today, CX is best
used for learning, experiments, small demos, native-code prototypes, and
exploring how a better C-facing language could feel.