Make C string literals const?

Martin Uecker has started a new initiative to ensure a better const contract for C2y: change the type of string literals to a const-qualified base type, much as it is already the case in C++. Compi…

Jens Gustedt's Blog

Ok. I spent the last few days with a crazy project:

A #stack-based #interpreted and #untyped programming language - entirely implemented in #C and using #Cstrings.

I still need to extend the instruction set.

But should I publish it?