Make C string literals const?
https://gustedt.wordpress.com/2025/04/06/make-c-string-literals-const/
#HackerNews #Make #C #string #literals #const? #CProgramming #CStrings #ConstCorrectness #HackerNews #CodingStandards
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?